Skip to content

Commit 196806a

Browse files
committed
add missing tag action params
1 parent eb0b7bc commit 196806a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/distribute.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
DRY_RUN: ${{ github.event.inputs.autoTag == 'false' }}
41+
WITH_V: true
42+
DEFAULT_BUMP: patch
4143

4244
- name: Update manifest.json
4345
if: github.event.inputs.autoTag == 'true'

0 commit comments

Comments
 (0)