From 7e4770154a050bdd66c0cf3c01ad81a2e144d8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:53:01 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/katyo/publish-crates/compare/v1...v2) --- updated-dependencies: - dependency-name: katyo/publish-crates dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba4bacd..99c0d85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: key: ${{ runner.os }} - - uses: katyo/publish-crates@v1 + - uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} ignore-unpublished-changes: true