We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca59646 commit c4730cfCopy full SHA for c4730cf
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
then
31
tag_name+='.dirty'
32
fi
33
- echo "tag_name=$tag_name" >> $GITHUB_OUTPUT
+ echo "tag_name=$tag_name" >> "$GITHUB_OUTPUT"
34
- name: Tag Commit
35
uses: tvdias/[email protected]
36
with:
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
signature_file="${{ env.INSTALL_SCRIPT_FILE }}.sig"
48
gpg --local-user 8590BB74C0F559F8AC911C1D8058553A1FD36B23 --pinentry-mode loopback --passphrase ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} --detach-sig --output "$signature_file" --yes ${{ env.INSTALL_SCRIPT_FILE }}
49
- echo "signature_file=$signature_file" >> $GITHUB_OUTPUT
+ echo "signature_file=$signature_file" >> "$GITHUB_OUTPUT"
50
- name: Release
51
id: release
52
uses: softprops/action-gh-release@v2
0 commit comments