Skip to content

Commit c89e01f

Browse files
authored
Merge pull request #131 from medyo/develop
update checkout action and enable logs
2 parents 374cb5a + e7665e1 commit c89e01f

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)