Skip to content

Commit

Permalink
Merge pull request #1935 from dev-protocol/bump-version
Browse files Browse the repository at this point in the history
updates deployment vercel environment
  • Loading branch information
stuartwk authored Jan 24, 2024
2 parents 9b8e5a1 + 48a411f commit d8bfbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
| jq '.prerelease')
echo "::set-output name=isPrerelease::$IS_PRERELEASE"
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=${{ steps.check.outputs.isPrerelease == 'true' && 'prerelease' || 'production' }} --token=${{ secrets.VERCEL_TOKEN }}
run: vercel pull --yes --environment=${{ steps.check.outputs.isPrerelease == 'true' && 'preview' || 'production' }} --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clubs",
"version": "0.12.0--beta.1",
"version": "0.12.1--beta.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit d8bfbb1

Please sign in to comment.