Skip to content

Commit 899f16e

Browse files
committed
Dont set tag on read-only repo
1 parent 2d703f5 commit 899f16e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
COUNT=$(gh release list | grep 'latest' | wc -l)
5252
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
5353
54-
git tag "latest"
5554
git push -f origin "latest"
5655
5756
gh release create 'latest' --verify-tag --generate-notes --prerelease --title: "Development Build: ${{ env.DEFAULT_BRANCH }}"

.github/workflows/build_latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
COUNT=$(gh release list | grep 'latest' | wc -l)
4848
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
4949
50-
git tag "latest"
5150
git push -f origin "latest"
5251
5352
gh release create 'latest' --verify-tag --generate-notes --prerelease --title: "Development Build: ${{ env.DEFAULT_BRANCH }}"

0 commit comments

Comments
 (0)