Skip to content

Commit 1015487

Browse files
(v2.5) version fix
1 parent 207cc0b commit 1015487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
access_token: ${{ github.token }}
2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
25+
with:
26+
fetch-depth: 0
2527

2628
- uses: actions/setup-node@v3
2729
with:

0 commit comments

Comments
 (0)