We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0b7bc commit 196806aCopy full SHA for 196806a
1 file changed
.github/workflows/distribute.yml
@@ -38,6 +38,8 @@ jobs:
38
with:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
DRY_RUN: ${{ github.event.inputs.autoTag == 'false' }}
41
+ WITH_V: true
42
+ DEFAULT_BUMP: patch
43
44
- name: Update manifest.json
45
if: github.event.inputs.autoTag == 'true'
0 commit comments