mirror of
https://github.com/anchore/syft.git
synced 2026-02-14 11:36:42 +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
|
false
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
# needs: [ wait-for-checks ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -199,7 +199,7 @@ release: clean-dist ## Build and publish final binaries and packages
|
|||||||
|
|
||||||
# release
|
# release
|
||||||
BUILD_GIT_TREE_STATE=$(GITTREESTATE) \
|
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
|
# create a version file for version-update checks
|
||||||
echo "$(VERSION)" > $(DISTDIR)/VERSION
|
echo "$(VERSION)" > $(DISTDIR)/VERSION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user