Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Dec 5, 2024
1 parent 6120d98 commit bd9fb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
FULL_REFERENCE: ${{ env.FULL_REFERENCE }}
run: |
cosign sign \
cosign sign -y \
--key env://COSIGN_PRIVATE_KEY \
"${FULL_REFERENCE}"
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
FULL_REFERENCE: ${{ env.FULL_REFERENCE }}
run: |
cosign attest \
cosign attest -y \
--key env://COSIGN_PRIVATE_KEY \
--predicate sbom.json \
--type https://spdx.dev/spdx-specification-2-2-pdf \
Expand Down

0 comments on commit bd9fb02

Please sign in to comment.