We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7baab4c commit e7665e1Copy full SHA for e7665e1
1 file changed
.github/workflows/distribute.yml
@@ -31,7 +31,9 @@ jobs:
31
tag_version:
32
runs-on: ubuntu-latest
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
35
+ with:
36
+ fetch-depth: '0'
37
- name: Bump version and push tag
38
id: tag_version
39
uses: anothrNick/github-tag-action@1.55.0
@@ -40,6 +42,8 @@ jobs:
40
42
DRY_RUN: ${{ github.event.inputs.autoTag == 'false' }}
41
43
WITH_V: true
44
DEFAULT_BUMP: patch
45
+ VERBOSE: true
46
+ BRANCH_HISTORY: compare
47
48
- name: Update manifest.json
49
if: github.event.inputs.autoTag == 'true'
0 commit comments