We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72096a3 commit 8eefbbeCopy full SHA for 8eefbbe
.github/workflows/e2e-test.yml
@@ -61,7 +61,7 @@ jobs:
61
pushd functions
62
npm install
63
popd
64
- npx firebase-tools@13.0.1 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
+ npx firebase-tools@12.9.1 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
65
working-directory: ./config
66
env:
67
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
0 commit comments