Skip to content

Commit ca7d951

Browse files
committed
fixed github action typo
1 parent f2d233b commit ca7d951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "tag_exists=${{ steps.check_tag_exists.outputs.exists }}" >> $GITHUB_OUTPUT
2525
build:
2626
needs: check
27-
if: ${{ needs.check.outputs.tag_exists == 'false' }}
27+
if: ${{ needs.check_tag_exists.outputs.tag_exists == 'false' }}
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)