Skip to content

Commit

Permalink
Update release workflow (#82)
Browse files Browse the repository at this point in the history
* Update release workflow

* Update goreleaser config version
  • Loading branch information
AdamWang-TrendMicro authored Jul 22, 2024
1 parent 9b0426b commit e474a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
version: 2
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ note.txt
*.hcl
*.tfvars
sample/
runner/

# Keep windows files with windows line endings
*.winfile eol=crlf
Expand Down

0 comments on commit e474a17

Please sign in to comment.