mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
add publish release
This commit is contained in:
parent
44f26c7f90
commit
32bd57886e
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -59,6 +59,7 @@ jobs:
|
||||
false
|
||||
|
||||
release:
|
||||
# needs: [ wait-for-checks ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user