Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Correcting the version #4

Correcting the version

Correcting the version #4

name: Deploy to Firebase Hosting
"on":
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn && yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{secrets.GITHUB_TOKEN}}"
firebaseServiceAccount: "${{secrets.FIREBASE_SERVICE_ACCOUNT_NPM_PLAYGROUND}}"
channelId: live
projectId: npm-playground