Skip to content

Commit

Permalink
use action-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanut Lertwarachai authored and Tanut Lertwarachai committed Jan 24, 2025
1 parent 015299b commit 504cf27
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.3'
go-version: '1.22'

- name: setup release environment
run: |-
echo 'GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}' > .release-env
- name: release publish
run: make release

- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
./build/falcon_linux_amd64
./build/falcon_darwin_amd64
./build/falcon_windows_amd64

0 comments on commit 504cf27

Please sign in to comment.