Skip to content

Commit

Permalink
Merge pull request #605 from KiraCore/feature/basket_module_updates
Browse files Browse the repository at this point in the history
feature/basket_module_updates -> release/v0.3.37
  • Loading branch information
kiragpg authored Nov 21, 2023
2 parents b5fc9b9 + 673d941 commit 56e0013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
run: |
echo "$KEY" > ../cosign.key
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); yes 2>/dev/null | 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 56e0013

Please sign in to comment.