Skip to content

Commit

Permalink
ci: set firebase-tools version to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
herablog committed Dec 12, 2023
1 parent fd1ba6d commit 8336048
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-highlightjs-styles-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
entryPoint: ./packages/spindle-syntax-themes/
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-highlightjs-styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
entryPoint: ./packages/spindle-syntax-themes/
channelId: live
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-hooks-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
entryPoint: ./packages/spindle-hooks/
channelId: live
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-hoooks-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
expires: 30d
entryPoint: ./packages/spindle-hooks/
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-theme-switch-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
entryPoint: ./packages/spindle-theme-switch/
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-theme-switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
entryPoint: ./packages/spindle-theme-switch/
channelId: live
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
entryPoint: ./packages/spindle-ui/
channelId: live
firebaseToolsVersion: v12.9.1
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
entryPoint: ./packages/spindle-ui/
firebaseToolsVersion: v12.9.1

0 comments on commit 8336048

Please sign in to comment.