We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7ff35 commit e9799a9Copy full SHA for e9799a9
make/releasing.mk
@@ -17,14 +17,6 @@ ifneq ($(GOWORK), off)
17
GORELEASER_GOWORK := /go/src/$(GORELEASER_MOD_MOUNT)/go.work
18
endif
19
20
-ifneq ($(GORELEASER_RELEASE),true)
21
- ifeq (,$(findstring publish,$(GORELEASER_SKIP)))
22
- GORELEASER_SKIP += publish
23
- endif
24
-
25
- GITHUB_TOKEN=
26
-endif
27
28
ifneq (,$(GORELEASER_SKIP))
29
GORELEASER_SKIP := --skip=$(subst $(SPACE),$(COMMA),$(strip $(GORELEASER_SKIP)))
30
@@ -64,6 +56,7 @@ GORELEASER_ARGS := --clean
64
56
65
57
ifeq (,$(findstring release,$(BUILDOPTS)))
66
58
GORELEASER_ARGS += --skip=publish,validate --snapshot
59
+ GITHUB_TOKEN=
67
60
68
61
69
62
ifneq (,$(findstring verbose,$(BUILDOPTS)))
0 commit comments