Skip to content

Commit 3fee6e5

Browse files
committed
Upgraded release action
Switched to fork, which includes latest patches, until the main project is patched
1 parent af662da commit 3fee6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Display structure of downloaded files
8787
run: ls -R
8888
- name: Create release
89-
uses: marvinpinto/action-automatic-releases@latest
89+
uses: dciborow/action-github-releases@latest
9090
if: startsWith(github.ref, 'refs/tags/')
9191
with:
9292
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)