Skip to content

Commit

Permalink
Use forked action for release (#36)
Browse files Browse the repository at this point in the history
* Use forked action for release
  • Loading branch information
coufalja authored Apr 24, 2023
1 parent 2fa376b commit cf25fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
&& mv git2kube dist/git2kube \
&& tar -czvf git2kube-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz -C dist/ .
- name: Release
uses: softprops/action-gh-release@v1
uses: wandera/action-gh-release@v1
with:
files: git2kube-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz

Expand Down

0 comments on commit cf25fc7

Please sign in to comment.