We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24201fb commit de36f37Copy full SHA for de36f37
1 file changed
.github/workflows/release.yml
@@ -39,5 +39,5 @@ jobs:
39
args: release --clean
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- COSIGN_PASSWORD: ${{ secrets.COSIGN_PWD }}
+ COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
43
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_KEY }}
0 commit comments