Skip to content

Commit

Permalink
fix: correcting bug in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soymichelt committed Oct 25, 2024
1 parent 122ea4a commit 410587d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ jobs:
- name: Install CLI Firebase
run: npm install -g firebase-tools

- name: Login in Firebase to CI
run: firebase login:ci --token ${{ secrets.FIREBASE_TOKEN }}

- name: Deploy to Firebase Cloud Functions
run: firebase deploy --only functions --token ${{ secrets.FIREBASE_TOKEN }}

0 comments on commit 410587d

Please sign in to comment.