We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a886d commit 059134bCopy full SHA for 059134b
1 file changed
.github/workflows/manual-build.yml
@@ -66,6 +66,7 @@ jobs:
66
run: ls -R
67
- name: Create release
68
uses: dciborow/action-github-releases@v1.0.1
69
+ if: startsWith(github.ref, 'refs/tags/')
70
with:
71
repo_token: ${{ secrets.GITHUB_TOKEN }}
72
prerelease: false
0 commit comments