Skip to content

Commit 374cb5a

Browse files
authored
Merge pull request #130 from medyo/develop
Fix Distribution Github action
2 parents 61bbcd1 + 7baab4c commit 374cb5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ jobs:
3535
- name: Bump version and push tag
3636
id: tag_version
3737
uses: anothrNick/github-tag-action@1.55.0
38-
with:
38+
env:
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)