Skip to content

Commit

Permalink
🐛 戻し忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Jan 26, 2025
1 parent 4a8313c commit 1bb5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VercelPreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Link Vercel Project
run: vercel link --token=${{secrets.VERCEL_TOKEN}} --project ${{secrets.VERCEL_PROJECT}} --yes
- name: Deploy with Vercel
run: vercel deploy --target=staging --token=${{secrets.VERCEL_TOKEN}}
run: vercel deploy --target=staging --token=${{secrets.VERCEL_TOKEN}} >deployment-url.txt 2>error.txt
- name: Set release url
id: get_release_url
run: echo release_url=$(cat deployment-url.txt) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1bb5148

Please sign in to comment.