Skip to content

Commit 7d3ff8d

Browse files
committed
fix: version
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 19d93b6 commit 7d3ff8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: goreleaser/goreleaser-action@v6
2424
with:
2525
distribution: pro
26-
version: latest
26+
version: "~> v2"
2727
args: release --clean --snapshot
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: goreleaser/goreleaser-action@v6
2424
with:
2525
distribution: pro
26-
version: latest
26+
version: "~> v2"
2727
args: release --clean
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)