add publish release

This commit is contained in:
Alex Goodman 2020-07-25 07:09:20 -04:00
parent 44f26c7f90
commit 32bd57886e
No known key found for this signature in database
GPG Key ID: 86E2870463D5E890
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ jobs:
false
release:
# needs: [ wait-for-checks ]
runs-on: ubuntu-latest
steps:

View File

@ -199,7 +199,7 @@ release: clean-dist ## Build and publish final binaries and packages
# release
BUILD_GIT_TREE_STATE=$(GITTREESTATE) \
$(TEMPDIR)/goreleaser --skip-publish --rm-dist --config $(TEMPDIR)/goreleaser.yaml
$(TEMPDIR)/goreleaser --rm-dist --config $(TEMPDIR)/goreleaser.yaml
# create a version file for version-update checks
echo "$(VERSION)" > $(DISTDIR)/VERSION