Skip to content

Commit

Permalink
fix: use forked version of release action (#28)
Browse files Browse the repository at this point in the history
This addresses #27
  • Loading branch information
winny- committed Feb 14, 2023
1 parent 20cd675 commit febe6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.35
- uses: winny-/go-release-action@f3844f1ef659d97f08db54c526c2ce43f3e5dec9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand All @@ -37,3 +37,4 @@ jobs:
project_path: .
binary_name: jhmod
extra_files: LICENSE README.md scripts examples
tarbomb: false

0 comments on commit febe6f3

Please sign in to comment.