We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f4cc7 commit af27376Copy full SHA for af27376
1 file changed
.github/workflows/cut_new_release.yaml
@@ -101,7 +101,7 @@ jobs:
101
sed -i "s|${{ env.RELEASE_CACHE_OLD_URL }}|${{ env.RELEASE_CACHE_NEW_URL }}|g" index-v4.yaml
102
git add index.yaml index-v4.yaml
103
git commit -m "chore: update cache entry for ${{ env.RELEASE_DISTRIBUTION }}"
104
- git tag ${{ env.RELEASE_TAG }}
+ git tag -f ${{ env.RELEASE_TAG }}
105
git push -f origin tags/${{ env.RELEASE_TAG }}
106
107
# Force-push the release.
0 commit comments