Skip to content

Commit

Permalink
Merge pull request #28 from halprin/update_release
Browse files Browse the repository at this point in the history
Update the releaser
  • Loading branch information
halprin authored Jan 28, 2024
2 parents a973019 + 1d8a1e5 commit 59ee41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: wangyoucao577/go-release-action@v1.43
- uses: wangyoucao577/go-release-action@v1.45
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.21
goversion: go.mod
project_path: "./cmd/"
extra_files: README.md LICENSE
md5sum: FALSE
Expand Down

0 comments on commit 59ee41c

Please sign in to comment.