Skip to content

Commit f2d233b

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

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Create job outputs
2222
id: create_job_outputs
2323
run: |
24-
echo "tag_exists=${{ steps.check_tag_exists.outputs.exists }}" >> $GITHUB_OUTPUTS
24+
echo "tag_exists=${{ steps.check_tag_exists.outputs.exists }}" >> $GITHUB_OUTPUT
2525
build:
2626
needs: check
2727
if: ${{ needs.check.outputs.tag_exists == 'false' }}

0 commit comments

Comments
 (0)