Skip to content

Commit

Permalink
fix: scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Nov 3, 2023
1 parent 3406073 commit 8164f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
DEPLOYMENT_URL=$(tail -n 1 output.txt)
echo "DEPLOYMENT_URL=$DEPLOYMENT_URL" >> $GITHUB_ENV
- name: Create an alias
run: vercel alias --token=${{ secrets.VERCEL_TOKEN }} $DEPLOYMENT_URL dev.ibc.fun
run: vercel alias -S skip-protocol --token=${{ secrets.VERCEL_TOKEN }} $DEPLOYMENT_URL dev.ibc.fun

0 comments on commit 8164f72

Please sign in to comment.