Skip to content

Commit

Permalink
🤖 Update release.yaml (#965)
Browse files Browse the repository at this point in the history
Update release.yaml

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Feb 25, 2023
1 parent eea5d87 commit 5ecf017
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 @@ -102,7 +102,7 @@ jobs:
COSIGN_EXPERIMENTAL: 1
run: |
export TAG=${GITHUB_REF##*/}
cosign sign-blob --yes --output-certificate=release/kairos-$FLAVOR-$TAG.iso.sha256.pem --output-signature=release/kairos-$FLAVOR-$TAG.iso.sha256.sig release/kairos-$FLAVOR-$TAG.iso.sha256
cosign sign-blob --yes --output-certificate=release/kairos-${{ matrix.flavor }}-$TAG.iso.sha256.pem --output-signature=release/kairos-${{ matrix.flavor }}-$TAG.iso.sha256.sig release/kairos-${{ matrix.flavor }}-$TAG.iso.sha256
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5ecf017

Please sign in to comment.