Skip to content

Commit e7665e1

Browse files
committed
update checkout and enable logs
1 parent 7baab4c commit e7665e1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
tag_version:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
35+
with:
36+
fetch-depth: '0'
3537
- name: Bump version and push tag
3638
id: tag_version
3739
uses: anothrNick/github-tag-action@1.55.0
@@ -40,6 +42,8 @@ jobs:
4042
DRY_RUN: ${{ github.event.inputs.autoTag == 'false' }}
4143
WITH_V: true
4244
DEFAULT_BUMP: patch
45+
VERBOSE: true
46+
BRANCH_HISTORY: compare
4347

4448
- name: Update manifest.json
4549
if: github.event.inputs.autoTag == 'true'

0 commit comments

Comments
 (0)