Skip to content

Commit

Permalink
ci: Automatically publish crate (#38)
Browse files Browse the repository at this point in the history
Enables `release-plz` option to `cargo release` the package once a
release PR is merged.

See

https://release-plz.ieni.dev/docs/github/quickstart#example-release-pr-and-release
  • Loading branch information
aborgna-q authored Apr 8, 2024
1 parent 93e813b commit 4ffcfd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 4ffcfd0

Please sign in to comment.