Skip to content

Commit

Permalink
feat: go binary release
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
  • Loading branch information
ironashram committed Feb 23, 2024
1 parent a8b258b commit 0324ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Create Release
run: |
gh release create -t "${{ github.ref_name }}" "${{ github.ref_name }}" --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Go Release Binaries
uses: wangyoucao577/go-release-action@v1.48
Expand Down

0 comments on commit 0324ac0

Please sign in to comment.