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 f8afb54 commit 2db52b7Copy full SHA for 2db52b7
.github/workflows/release.yml
@@ -18,9 +18,6 @@ on:
18
pull_request:
19
types: [closed]
20
branches: [main]
21
- push:
22
- branches:
23
- - dist
24
25
jobs:
26
release:
@@ -78,19 +75,8 @@ jobs:
78
75
- name: Deploy to Firebase Hosting
79
76
run: firebase deploy --only hosting
80
77
81
- - name: Check for existing 'dist' branch
82
- run: |
83
- if git ls-remote --exit-code --heads origin dist;
84
- then
85
- git push origin --delete dist
86
- fi
87
-
88
- - name: Create and push new 'dist' branch
89
90
- git checkout -b dist
91
- git add dist
92
- git commit -m "Automated build output"
93
- git push origin dist
+ - name: Post Build
+ run: ./samples/post-build.sh
94
95
approve-and-merge:
96
runs-on: ubuntu-latest
post-build.sh samples/post-build.shpost-build.sh renamed to samples/post-build.sh
0 commit comments