Skip to content

Commit

Permalink
fix(web): replace basref by ref
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrFLEURY committed Jul 5, 2021
1 parent 25c4cbb commit 72d27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Deploy web
env:
WEB_DEPLOY_TOKEN: ${{ secrets.WEB_DEPLOY_TOKEN }}
if: github.base_ref == 'refs/heads/main'
if: github.ref =='refs/heads/main'
run: |
curl -sL https://firebase.tools | bash
firebase deploy --token $WEB_DEPLOY_TOKEN
Expand Down

0 comments on commit 72d27ed

Please sign in to comment.