Skip to content

Commit

Permalink
Use -- to correctly pass -P through to firebase deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
awong-dev committed Jan 29, 2025
1 parent 50fa067 commit 98a1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:

- name: Deploy Functions
if: ${{ inputs.deploy-functions != '' }}
run: npm --prefix functions run deploy -P ${{ inputs.deploy-functions }}
run: npm --prefix functions run deploy -- -P ${{ inputs.deploy-functions }}

0 comments on commit 98a1f33

Please sign in to comment.