We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61bbcd1 + 7baab4c commit 374cb5aCopy full SHA for 374cb5a
1 file changed
.github/workflows/distribute.yml
@@ -35,9 +35,11 @@ jobs:
35
- name: Bump version and push tag
36
id: tag_version
37
uses: anothrNick/github-tag-action@1.55.0
38
- with:
+ env:
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