Skip to content

Commit

Permalink
Merge pull request #608 from KiraCore/feature/basket_module_updates_a…
Browse files Browse the repository at this point in the history
…nd_gf_v1

feature/basket_module_updates_and_gf_v1 -> release/v0.3.37
  • Loading branch information
MrLutik authored Nov 21, 2023
2 parents 5c81624 + 05f2c96 commit 5d2a4e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ jobs:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
run: |
echo "$KEY" > ../cosign.key
trap "echo Broken pipe; exit 0" SIGPIPE
for FILE in *; do FILE_NAME=$(basename $FILE); yes | cosign sign-blob --key=../cosign.key --output-signature=./${FILE_NAME}.sig ./$FILE_NAME; done
for FILE in *; do FILE_NAME=$(basename $FILE); trap "echo Broken pipe; exit 0" SIGPIPE; yes | cosign sign-blob --key=../cosign.key --output-signature=./${FILE_NAME}.sig ./$FILE_NAME; done
rm -fv ../cosign.key
# ref: https://github.com/softprops/action-gh-release, v0.1.14
# Release on merge only (push action) - this should run only once
Expand Down

0 comments on commit 5d2a4e8

Please sign in to comment.