Update firebase.yml

This commit is contained in:
yude 2020-09-05 09:02:51 +09:00
parent 79bad70aa8
commit 9090734f05
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ jobs:
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting:yudemoe --project yudemoe
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}