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 24888ab commit a009b1fCopy full SHA for a009b1f
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
# Build and release
33
- name: Build release
34
if: (github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch' && github.ref_name == 'master')
35
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
36
with:
37
distribution: goreleaser
38
version: latest
@@ -43,7 +43,7 @@ jobs:
43
# Trial build
44
- name: Test build
45
if: github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && github.ref_name != 'master')
46
47
48
49
0 commit comments