Skip to content

Commit 0f9df8a

Browse files
authored
yse actions/checkout@v2 instead of v1 (#62)
1 parent bd4ec5e commit 0f9df8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tag.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
1517
- name: Create tag
1618
run: |
1719
tagName="v$(jq '.version' package.json | sed "s/\"//g")"

0 commit comments

Comments
 (0)