Skip to content

Commit

Permalink
ci: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jun 28, 2024
1 parent 922332d commit 64948b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: npm install --global vercel@latest
- name: Deploy to Vercel
id: deploy
run: url=$(vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}) >> $GITHUB_OUTPUT
run: echo "url=$(vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }})" >> "$GITHUB_OUTPUT"

0 comments on commit 64948b8

Please sign in to comment.