Skip to content

Commit

Permalink
Update releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 8, 2023
1 parent 9a44928 commit f8e05d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
working-directory: ./ui
- run: npm run build
working-directory: ./ui
- uses: wangyoucao577/go-release-action@v1.35
- uses: goreleaser/goreleaser-action@v4
with:
github_token: ${{ secrets.PACKAGE_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
retry: 10
overwrite: true
extra_files: LICENSE README.md
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit f8e05d7

Please sign in to comment.