Skip to content

Commit

Permalink
fix trigger release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 14, 2023
1 parent aa8400c commit 99bdad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- run: git clone https://github.com/vercel/next.js.git --depth=25 .

- run: git describe || 'echo failed to get tag'
- run: git describe || echo 'failed to get tag'

# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
Expand Down

0 comments on commit 99bdad4

Please sign in to comment.