We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d42c2 commit 2c7857eCopy full SHA for 2c7857e
.github/workflows/plugin.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Run GoReleaser Snapshot
29
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
30
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
+ uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
31
with:
32
version: "~> v2"
33
args: release --snapshot --clean
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Run GoReleaser
38
if: ${{ startsWith(github.ref, 'refs/tags/') }}
39
40
41
42
args: release --clean
0 commit comments