We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c35dc commit 78f20d6Copy full SHA for 78f20d6
release.sh
@@ -6,6 +6,9 @@ echo "Exporting token and enterprise api to enable github-release tool"
6
echo "Deleting release from github before creating new one"
7
/home/jenkins/go/bin/github-release delete --user allesctf --repo hw --tag allesctf_edition_linux
8
9
+git tag allesctf_edition_linux
10
+git push --tags
11
+
12
echo "Creating a new release in github"
13
/home/jenkins/go/bin/github-release release --user allesctf --repo hw --tag allesctf_edition_linux --name allesctf_edition_linux
14
0 commit comments