Skip to content

Commit

Permalink
ci: fix COSIGN_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 10, 2022
1 parent 42c5e87 commit 094a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rm cosign.key
env:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_KEY: ${{ secrets.KEY }}
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
- name: Create a prerelease
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 094a6e4

Please sign in to comment.