Skip to content

Commit 78f20d6

Browse files
committed
[~] linux release add tag
1 parent 92c35dc commit 78f20d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ echo "Exporting token and enterprise api to enable github-release tool"
66
echo "Deleting release from github before creating new one"
77
/home/jenkins/go/bin/github-release delete --user allesctf --repo hw --tag allesctf_edition_linux
88

9+
git tag allesctf_edition_linux
10+
git push --tags
11+
912
echo "Creating a new release in github"
1013
/home/jenkins/go/bin/github-release release --user allesctf --repo hw --tag allesctf_edition_linux --name allesctf_edition_linux
1114

0 commit comments

Comments
 (0)