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 6b6ce31 commit 60474f0Copy full SHA for 60474f0
.github/workflows/deploy-live.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Deploy to Firebase
72
id: deploy_live
73
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a # v0.9.0
+ uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
74
with:
75
repoToken: "${{ secrets.GITHUB_TOKEN }}"
76
firebaseServiceAccount: "${{ env.GCP_SA_KEY }}"
.github/workflows/deploy-preview.yml
@@ -161,7 +161,6 @@ jobs:
161
- name: Unzip build artifact
162
run: unzip build.zip
163
164
- # 3. MODIFIED DEPLOYMENT STEP
165
166
id: deploy_preview
167
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
0 commit comments