Skip to content

Commit

Permalink
update trigger release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 29, 2024
1 parent 74b3f0f commit 75f60d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
node-version: 18
check-latest: true

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

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

0 comments on commit 75f60d9

Please sign in to comment.