Skip to content

Commit 4cd9094

Browse files
author
yoshie
committed
Update tags on rebuild
1 parent 2ea1f9f commit 4cd9094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
if git rev-parse "$release" -- >/dev/null 2>&1;
2424
then
2525
echo "Triggering rebuild of release $release"
26+
git tag -f "$release"
27+
git push -f origin "$release"
2628
gh workflow run build.yml -f otp_version="${release#OTP-}"
2729
else
2830
echo "Release $release exists, but there is no associated tag for it."

0 commit comments

Comments
 (0)