Skip to content

Commit

Permalink
feat(ci): release-plz on PR and bump ahash (#1054)
Browse files Browse the repository at this point in the history
* feat(ci): release-plz on PR and use stable rust

* bump ahash

* Update .github/workflows/ci.yml

* Update .github/workflows/ci.yml
  • Loading branch information
rakita authored Feb 6, 2024
1 parent a799ef2 commit 12e1996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# if you configure the cargo registry token, the action will also publish the new version to crates.io
- name: Run release-plz
uses: MarcoIeni/[email protected]
with:
command: release-pr
env:
# The admin of the repository with need to configure the following secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12e1996

Please sign in to comment.