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 cf7a4d7 commit 59f271bCopy full SHA for 59f271b
1 file changed
Makefile
@@ -56,6 +56,10 @@ bin/windows/amd64/$(EXECUTABLE).exe:
56
57
# git tag -a v$(RELEASE) -m 'release $(RELEASE)'
58
release: clean
59
+ifndef GITHUB_TOKEN
60
+ @echo "Please set GITHUB_TOKEN in the environment to perform a release"
61
+ exit 1
62
+endif
63
$(MAKE) bin/tmp/$(EXECUTABLE) $(COMPRESSED_EXECUTABLE_TARGETS)
64
git push && git push --tags
65
git log --format=%B $(LAST_TAG) -1 | \
0 commit comments