Skip to content

Commit

Permalink
github release specific
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakingiteasy committed Feb 25, 2024
1 parent fc07877 commit a734a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: eientei/go-release-action@v1.20-nopackage-0.3
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.github_token }}
goos: ${{ matrix.goos }}
Expand All @@ -41,7 +41,7 @@ jobs:
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: eientei/go-release-action@v1.20-nopackage-0.3
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.github_token }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit a734a0f

Please sign in to comment.