We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 374cb5a + e7665e1 commit c89e01fCopy full SHA for c89e01f
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