We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a42ce3 + a572b15 commit 1b35965Copy full SHA for 1b35965
.github/workflows/go-release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Compile application
22
run: go build
23
- name: Release application to Github
24
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
25
with:
26
distribution: goreleaser
27
version: latest
.github/workflows/pr-flow.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Test application
19
run: go test ./...
20
- name: Dry-run goreleaser application
0 commit comments