Skip to content

Commit 9233cd1

Browse files
Bump katyo/publish-crates from 1 to 2
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]>
1 parent 025ccdc commit 9233cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions-rs/toolchain@v1
16-
- uses: katyo/publish-crates@v1
16+
- uses: katyo/publish-crates@v2
1717
with:
1818
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
1919
ignore-unpublished-changes: true

0 commit comments

Comments
 (0)