Skip to content

Commit

Permalink
fix: github action release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lack30 committed Feb 24, 2023
1 parent f5fb84e commit ac959ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
deploy:
name: release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Set up Go
uses: actions/setup-go@v3
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ build-arm: build-darwin-arm64 build-linux-arm64 build-windows
build: build-amd build-arm

changelog:
mkdir _output
changelog --last --output _output/CHANGELOG.md

tar-amd: build-amd
Expand Down

0 comments on commit ac959ac

Please sign in to comment.