We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af662da commit 3fee6e5Copy full SHA for 3fee6e5
.github/workflows/build-release.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Display structure of downloaded files
87
run: ls -R
88
- name: Create release
89
- uses: marvinpinto/action-automatic-releases@latest
+ uses: dciborow/action-github-releases@latest
90
if: startsWith(github.ref, 'refs/tags/')
91
with:
92
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments