diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bcad32..2bcd1ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: sed -i 's/^version = ".*"/version = "'"$VERSION"'"/' Cargo.toml sed -i 's/\(multistore[a-z-]* = {.*version = "\)[^"]*/\1'"$VERSION"'/' Cargo.toml - - uses: rust-lang/crates-io-auth-action@v1.0.4 + - uses: rust-lang/crates-io-auth-action@v1.0.5 id: auth - name: Publish crates