Skip to content

Commit 75f60d9

Browse files
committed
update trigger release workflow
1 parent 74b3f0f commit 75f60d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/trigger_release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
node-version: 18
5151
check-latest: true
5252

53-
- run: git clone https://github.com/vercel/next.js.git --depth=25 .
53+
- uses: actions/checkout@v3
54+
with:
55+
fetch-depth: 25
5456

5557
- name: Get commit of the latest tag
5658
run: echo "LATEST_TAG_COMMIT=$(git rev-list -n 1 $(git describe --tags --abbrev=0))" >> $GITHUB_ENV

0 commit comments

Comments
 (0)