Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hectron committed Mar 4, 2022
1 parent 477d7be commit d6ff525
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ jobs:
- name: 🕵 Running git checkout
uses: actions/checkout@v2

- name: "Confirm Github Ref"
run: echo ${{ github.ref_name }}

- name: Release action
- name: Compile and attach binary to release
uses: wangyoucao577/go-release-action@v1.25
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goarch: ${{ matrix.goarch }}
goos: ${{ matrix.goos }}
goversion: "1.17"
extra_files: LICENSE README.md
extra_files: README.md
ldflags: "-X 'main.Version=${{ github.ref_name }}'"

0 comments on commit d6ff525

Please sign in to comment.