Skip to content

Commit e081561

Browse files
authored
update releaser action (#272)
* update releaser action * update releaser action
1 parent 110509a commit e081561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/releasebuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
if: success() && startsWith(github.ref, 'refs/tags/v')
4545
uses: goreleaser/goreleaser-action@v2
4646
with:
47-
version: latest
47+
distribution: goreleaser
48+
version: "~> v2"
4849
args: release --clean
4950
env:
5051
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)