diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 93cbe314..d71f33a6 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -86,7 +86,7 @@ jobs: - name: Display structure of downloaded files run: ls -R - name: Create release - uses: dciborow/action-github-releases@v1 + uses: dciborow/action-github-releases@v1.0.1 if: startsWith(github.ref, 'refs/tags/') with: repo_token: ${{ secrets.GITHUB_TOKEN }}