We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8603bc commit 2456d07Copy full SHA for 2456d07
.github/workflows/rust-publish.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Authenticate crates.io trusted publisher
94
if: ${{ github.event.inputs.publish-kora-lib == 'true' || github.event.inputs.publish-kora-cli == 'true' }}
95
id: crates_io_auth
96
- uses: rust-lang/crates-io-auth-action@2d789f72ce8ec8eee70e84c7f0a1b68cd52b6e8e # v1.0.3
+ uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
97
98
- name: Publish kora-lib to crates.io
99
if: ${{ github.event.inputs.publish-kora-lib == 'true' }}
0 commit comments