Skip to content

Commit af27376

Browse files
committed
Force tag to overwrite if needed.
Signed-off-by: Andrew Symington <simmers@intrinsic.ai>
1 parent d2f4cc7 commit af27376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cut_new_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
sed -i "s|${{ env.RELEASE_CACHE_OLD_URL }}|${{ env.RELEASE_CACHE_NEW_URL }}|g" index-v4.yaml
102102
git add index.yaml index-v4.yaml
103103
git commit -m "chore: update cache entry for ${{ env.RELEASE_DISTRIBUTION }}"
104-
git tag ${{ env.RELEASE_TAG }}
104+
git tag -f ${{ env.RELEASE_TAG }}
105105
git push -f origin tags/${{ env.RELEASE_TAG }}
106106
107107
# Force-push the release.

0 commit comments

Comments
 (0)