Skip to content

Commit f9f0bf7

Browse files
committed
[~] test linux release
1 parent 78f20d6 commit f9f0bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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

99
git tag allesctf_edition_linux
10-
git push --tags
10+
git push --tags "https://${GITHUB_TOKEN}@github.com/allesctf/hw"
1111

1212
echo "Creating a new release in github"
1313
/home/jenkins/go/bin/github-release release --user allesctf --repo hw --tag allesctf_edition_linux --name allesctf_edition_linux

0 commit comments

Comments
 (0)