Browse Source

fix: update version

feat/stacks-js-updates
Thomas Osmonson 5 years ago
parent
commit
8eb1e9d420
  1. 2
      .github/workflows/deploy-prs.yml

2
.github/workflows/deploy-prs.yml

@ -10,7 +10,7 @@ jobs:
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: aulneau/vercel-action@v19.0.2+3 - uses: aulneau/vercel-action@v20.0.0
id: vercel_deployment_preview id: vercel_deployment_preview
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:

Loading…
Cancel
Save