Skip to content

Commit 503b809

Browse files
committed
update release version to 1.0.0 in workflow configuration
1 parent 043ac5f commit 503b809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# either 'goreleaser' (default) or 'goreleaser-pro'
2525
distribution: goreleaser
2626
# 'latest', 'nightly', or a semver
27-
version: 'latest'
27+
version: '1.0.0'
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)