Skip to content

Commit

Permalink
Vercelデプロイメントワークフローのエラーログ出力を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Jan 26, 2025
1 parent 7849b5c commit 4d1c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VercelProduct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Vercel CLI
run: npm install -g vercel
- name: Deploy with Vercel
run: vercel deploy --prod --token=${{secrets.VERCEL_TOKEN}} >deployment-url.txt 2>error.txt
run: vercel deploy --prod --token=${{secrets.VERCEL_TOKEN}} >deployment-url.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 4d1c855

Please sign in to comment.