Skip to content

Commit

Permalink
Try fix (vercel#31943)
Browse files Browse the repository at this point in the history
  • Loading branch information
padmaia authored Nov 29, 2021
1 parent 3b089ae commit 7be75bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
id: docs-change
- run: echo ${{steps.docs-change.outputs.DOCS_CHANGE}}
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: git describe
- id: check-release
run: |
if [[ $(git describe --exact-match 2> /dev/null || :) = v* ]];
Expand Down

0 comments on commit 7be75bb

Please sign in to comment.