Skip to content

Commit 77ac9e5

Browse files
author
Frank
committed
wip: github action
1 parent af2c0b3 commit 77ac9e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdks/github/script/publish

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ echo "Latest tag: $latest_tag"
1111
# Update github-v1 to latest
1212
git tag -d github-v1
1313
git push origin :refs/tags/github-v1
14+
echo "Deleted tag: github-v1"
15+
1416
git tag -a github-v1 $latest_tag -m "Update github-v1 to $latest_tag"
1517
git push origin github-v1
18+
echo "Created tag: github-v1"

0 commit comments

Comments
 (0)