Skip to content

Commit

Permalink
Merge pull request #23 from mobusoperandi/release-please
Browse files Browse the repository at this point in the history
build: release-plz -> release-please
  • Loading branch information
mightyiam authored Dec 17, 2023
2 parents 3142f35 + 6ec65e1 commit 7815d9d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@ on:
- master

jobs:
release-plz:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: google-github-actions/release-please-action@v4
with:
fetch-depth: 0
- name: toolchain
uses: FrancisRussell/[email protected]
with:
command: install-rustup
toolchain: stable
- uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust

0 comments on commit 7815d9d

Please sign in to comment.