Skip to content

Commit

Permalink
Merge pull request #2165 from rajatjindal/fix-yaml-syntax2
Browse files Browse the repository at this point in the history
fix release yaml syntax
  • Loading branch information
rajatjindal authored Dec 13, 2023
2 parents c6ef3c2 + ab2ffcb commit 6c2c0ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,13 +438,13 @@ jobs:
cosign-release: v2.0.0

- name: Sign the binary with GitHub OIDC token
shell: bash
run: |
cosign sign-blob \
--yes \
--output-certificate crt.pem \
--output-signature spin.sig \
target/${{ matrix.config.target }}/release/spin
shell: bash
run: |
cosign sign-blob \
--yes \
--output-certificate crt.pem \
--output-signature spin.sig \
target/${{ matrix.config.target }}/release/spin
- name: package release assets
shell: bash
Expand Down

0 comments on commit 6c2c0ff

Please sign in to comment.