mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-07-12 19:03:54 +00:00
Merge pull request #68 from DeterminateSystems/cole-h-patch-1
fixup: persist credentials for tag creation
This commit is contained in:
commit
29680e33cb
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue