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 b583e16 commit 27d2c4bCopy full SHA for 27d2c4b
2 files changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
52
53
- name: Publish Homebrew package with Goreleaser
54
- uses: goreleaser/goreleaser-action@v6
+ uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
55
with:
56
distribution: goreleaser
57
version: "~> v2"
.goreleaser.yaml
@@ -11,6 +11,7 @@ release:
11
12
universal_binaries:
13
- replace: true
14
+ name_template: microcks
15
16
signs:
17
- artifacts: checksum
0 commit comments