fixup: persist credentials for tag creation

This commit is contained in:
Cole Helbling 2026-06-08 18:45:06 -07:00 committed by GitHub
parent 9adf02b41c
commit fdaee25790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,6 @@ jobs:
echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT" echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Create the short tag - name: Create the short tag
env: env:
SHORTTAG: ${{ steps.check_tag.outputs.shorttag }} SHORTTAG: ${{ steps.check_tag.outputs.shorttag }}