Skip to content

Commit

Permalink
Update: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Aug 15, 2023
1 parent af5528c commit dccbb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
uses: actions/checkout@v3

- name: release go binaries
uses: wangyoucao577/go-release-action@v1.37
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.REPO_RELEASE_ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
goversion: 1.20.4
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
Expand Down

0 comments on commit dccbb69

Please sign in to comment.