Skip to content

Commit

Permalink
Use same version of UnlyEd/github-action-deploy-on-vercel for production
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Apr 11, 2023
1 parent 75d4bcf commit 19396f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
no_override: true # Disables auto marking previous environments as "inactive", as they're still active (Vercel deployments don't auto-deactivate) and it would remove the previous deployment links needlessly

- name: Deploying on Vercel (${{ env.STAGE }})
uses: UnlyEd/github-action-deploy-on-vercel@3e71d3e26fd56941fc24a6429fdd257598df2017 # Pin "v1.0.0" - See https://github.com/UnlyEd/github-action-deploy-on-vercel/commit/3e71d3e26fd56941fc24a6429fdd257598df2017
uses: UnlyEd/github-action-deploy-on-vercel@94d41ec1ff9b5b1de5256312e385632b6fcd8fa4 # Pin "v1.2.1" - See https://github.com/UnlyEd/github-action-deploy-on-vercel/commit/94d41ec1ff9b5b1de5256312e385632b6fcd8fa4
with:
command: "yarn deploy:ci:gha:production --token ${{ secrets.VERCEL_TOKEN }}"
env:
Expand Down

0 comments on commit 19396f7

Please sign in to comment.