Skip to content

Commit

Permalink
chore: add step to Publish GH action to install firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Feb 29, 2024
1 parent 83baef4 commit ca08a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
run: yarn build
- name: Build storybook
run: yarn storybook:build
- name: Install Firebase
run: yarn global add firebase-tools
- name: Deploy storybook
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
Expand Down

0 comments on commit ca08a7b

Please sign in to comment.