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 b26495f commit f668fc0Copy full SHA for f668fc0
Makefile
@@ -52,7 +52,7 @@ rpm: $(TARGETS) docs/$(PKGNAME).1
52
53
.PHONY: release
54
release:
55
- @export GITHUB_TOKEN="..."
+ @echo export GITHUB_TOKEN="..."
56
@echo go tag $(VERSION)
57
@echo goreleaser release --rm-dist
58
0 commit comments