Skip to content

Commit

Permalink
Bump katyo/publish-crates from 1 to 2 (#152)
Browse files Browse the repository at this point in the history
Bumps [katyo/publish-crates](https://github.com/katyo/publish-crates) from 1 to 2.
- [Release notes](https://github.com/katyo/publish-crates/releases)
- [Commits](katyo/publish-crates@v1...v2)

---
updated-dependencies:
- dependency-name: katyo/publish-crates
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent 65ba51a commit d8b44f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
file: target/*/release/grex-${{ steps.get_version.outputs.version }}-*.{zip,tar.gz}

- name: Upload release to crates.io
uses: katyo/publish-crates@v1
uses: katyo/publish-crates@v2
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit d8b44f1

Please sign in to comment.