Skip to content

Commit a52148d

Browse files
authored
Fix update-action-tag (#63)
1 parent 64a0fe1 commit a52148d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-action-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
token: ${{ steps.app-token.outputs.token }}
25-
persist-credentials: false
25+
# Needed to push the tag in the final step
26+
persist-credentials: true
2627

2728
- name: Setup
2829
uses: ./setup

0 commit comments

Comments
 (0)