We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d116bb7 commit ff4dd97Copy full SHA for ff4dd97
1 file changed
.github/workflows/distribute.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: mathieudutour/github-tag-action@v6.1
59
with:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
- dry_run: ${{ github.event.inputs.testMode == 'true' }}
+ dry_run: ${{ github.event.inputs.autoTag == 'false' }}
62
63
- name: Update manifest.json
64
if: github.event.inputs.autoTag == 'true'
0 commit comments