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 f285572 commit 29ac30bCopy full SHA for 29ac30b
.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: dciborow/action-github-releases@v1
+ uses: dciborow/action-github-releases@v1.0.1
90
if: startsWith(github.ref, 'refs/tags/')
91
with:
92
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments