From 0a716a007e32d28320ab8d5c13b5350f99416e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:55:53 +0800 Subject: [PATCH] Bump katyo/publish-crates from 1 to 2 (#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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0fa1dfe..59a2ff3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,6 @@ jobs: rust-version: nightly - name: Cache uses: Swatinem/rust-cache@v2 - - uses: katyo/publish-crates@v1 + - uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}