Skip to content

Commit

Permalink
Workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Dec 19, 2023
1 parent 8d892de commit 53a5267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.34
- uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GIT_HUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.20"
goversion: "1.20.3"
binary_name: "poenskelisten"
ldflags: "-s -w"
extra_files: README.md auth config controllers database middlewares models utilities web Dockerfile
retry: 10
overwrite: true
release_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}

0 comments on commit 53a5267

Please sign in to comment.