Skip to content

Commit 3b6306f

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

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
@@ -22,7 +22,7 @@ jobs:
2222
- run: go test -v ./...
2323
- uses: goreleaser/goreleaser-action@v6
2424
with:
25-
distribution: pro
25+
distribution: goreleaser-pro
2626
version: "~> v2"
2727
args: release --clean --snapshot
2828
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }}
2323
- uses: goreleaser/goreleaser-action@v6
2424
with:
25-
distribution: pro
25+
distribution: goreleaser-pro
2626
version: "~> v2"
2727
args: release --clean
2828
env:

0 commit comments

Comments
 (0)