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.
goreleaser
1 parent 52fce52 commit 5ae018eCopy full SHA for 5ae018e
.github/workflows/plugin.yaml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
30
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
31
with:
32
- version: latest
+ version: "~> v2"
33
args: release --snapshot --clean
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
38
if: ${{ startsWith(github.ref, 'refs/tags/') }}
39
40
41
42
args: release --clean
43
44
0 commit comments