We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b3f0f commit 75f60d9Copy full SHA for 75f60d9
.github/workflows/trigger_release.yml
@@ -50,7 +50,9 @@ jobs:
50
node-version: 18
51
check-latest: true
52
53
- - run: git clone https://github.com/vercel/next.js.git --depth=25 .
+ - uses: actions/checkout@v3
54
+ with:
55
+ fetch-depth: 25
56
57
- name: Get commit of the latest tag
58
run: echo "LATEST_TAG_COMMIT=$(git rev-list -n 1 $(git describe --tags --abbrev=0))" >> $GITHUB_ENV
0 commit comments