We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1360e49 commit 6bc46d4Copy full SHA for 6bc46d4
1 file changed
.github/workflows/release.yaml
@@ -84,13 +84,12 @@ jobs:
84
with:
85
fetch-tags: true
86
ref: ${{ needs.create_release.outputs.full-tag }}
87
- persist-credentials: false
+ persist-credentials: true
88
89
- name: Force update major tag
90
run: |
91
git tag -f "${SHORT}" "${FULL}"
92
git push -f origin "${SHORT}"
93
env:
94
- GITHUB_TOKEN: ${{ secrets.github-token }}
95
SHORT: ${{ needs.create_release.outputs.short-tag }}
96
FULL: ${{ needs.create_release.outputs.full-tag }}
0 commit comments