Skip to content

Commit

Permalink
Upgraded release action
Browse files Browse the repository at this point in the history
Switched to fork, which includes latest patches, until the main project is patched
  • Loading branch information
MagicLike committed Jul 27, 2023
1 parent af662da commit 3fee6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- name: Create release
uses: marvinpinto/action-automatic-releases@latest
uses: dciborow/action-github-releases@latest
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3fee6e5

Please sign in to comment.