Skip to content

Commit 60474f0

Browse files
committed
cleanup workflows
1 parent 6b6ce31 commit 60474f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Deploy to Firebase
7272
id: deploy_live
73-
uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a # v0.9.0
73+
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
7474
with:
7575
repoToken: "${{ secrets.GITHUB_TOKEN }}"
7676
firebaseServiceAccount: "${{ env.GCP_SA_KEY }}"

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ jobs:
161161
- name: Unzip build artifact
162162
run: unzip build.zip
163163

164-
# 3. MODIFIED DEPLOYMENT STEP
165164
- name: Deploy to Firebase
166165
id: deploy_preview
167166
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0

0 commit comments

Comments
 (0)