We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38d8bd commit 56f8cc8Copy full SHA for 56f8cc8
.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@v4
+ uses: goreleaser/goreleaser-action@v5
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