Skip to content

Commit 40bae44

Browse files
authored
Merge pull request #134 from medyo/develop
fix: checkout action version
2 parents 1c1a4f6 + e3b1167 commit 40bae44

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ 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
37+
3538
- name: Bump version and push tag
3639
id: tag_version
3740
uses: mathieudutour/github-tag-action@v6.1

0 commit comments

Comments
 (0)