Skip to content

Commit

Permalink
Merge pull request #171 from GoogleCloudPlatform/fix-releaser
Browse files Browse the repository at this point in the history
Fix missing bracket in goreleaser github action config.
  • Loading branch information
rafibarash authored Sep 5, 2024
2 parents 6e3c28f + c21fee4 commit 4a91d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
before:
hooks:
# Needed because we use go modules.
Expand All @@ -23,7 +24,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Version }}"
version_template: "{{ .Version }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 4a91d2b

Please sign in to comment.