We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652dc89 + f7aaca9 commit 1e9f316Copy full SHA for 1e9f316
1 file changed
.github/workflows/publish-crates-io.yaml
@@ -51,7 +51,7 @@ jobs:
51
body: ${{ steps.changelog_reader.outputs.changes }}
52
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
53
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
54
- - uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1
+ - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1
55
id: auth
56
# The programs wait until the package is in the index.
57
- run: cargo publish --package serde_with_macros
0 commit comments