Skip to content

Commit

Permalink
fix: correcting bug in tasks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soymichelt committed Oct 20, 2024
1 parent b7d6622 commit b6def48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: firebase login:ci --token ${{ secrets.FIREBASE_TOKEN }}

- name: Deploy to Firebase Cloud Functions
firebase deploy --only functions --token ${{ secrets.FIREBASE_TOKEN }}
run: firebase deploy --only functions --token ${{ secrets.FIREBASE_TOKEN }}
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6def48

Please sign in to comment.