Skip to content

Commit

Permalink
Merge pull request #21 from somehowchris/renovate/katyo-publish-crate…
Browse files Browse the repository at this point in the history
…s-2.x

chore(deps): update katyo/publish-crates action to v2
  • Loading branch information
somehowchris authored Feb 13, 2024
2 parents 735cb62 + 4f6d810 commit 43af2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
with:
toolchain: stable

- uses: katyo/publish-crates@v1
- uses: katyo/publish-crates@v2
with:
dry-run: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
toolchain: stable
override: true

- uses: katyo/publish-crates@v1
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Expand Down

0 comments on commit 43af2d5

Please sign in to comment.