Skip to content

Commit 806826d

Browse files
committed
ci: correct workflow stray echo
1 parent c3ddaad commit 806826d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ jobs:
102102
run: npx vercel build ${{ needs.setup.outputs.VERCEL_COMMAND }} --token=${{ secrets.VERCEL_TOKEN }}
103103

104104
- name: "🚀 Deploy Project Artifacts to Vercel"
105-
run: |
106-
echo ${{ needs.setup.outputs.VERCEL_COMMAND }}
107-
npx vercel deploy --prebuilt ${{ needs.setup.outputs.VERCEL_COMMAND }} --token=${{ secrets.VERCEL_TOKEN }}
105+
run: npx vercel deploy --prebuilt ${{ needs.setup.outputs.VERCEL_COMMAND }} --token=${{ secrets.VERCEL_TOKEN }}
108106

109107
cleanup:
110108
name: Cleanup actions

0 commit comments

Comments
 (0)