Skip to content

Commit

Permalink
build: do not act in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 20, 2024
1 parent 26aad76 commit 8de42d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Sign PHAR file using Cosign
run: |
cosign sign-blob --output-signature n98-magerun2.phar.sig n98-magerun2.phar
cosign sign-blob --yes --output-signature n98-magerun2.phar.sig n98-magerun2.phar
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit 8de42d9

Please sign in to comment.