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 2db52b7 commit 2c6bd4eCopy full SHA for 2c6bd4e
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
run: firebase deploy --only hosting
77
78
- name: Post Build
79
- run: ./samples/post-build.sh
+ run: ../../samples/post-build.sh
80
81
approve-and-merge:
82
runs-on: ubuntu-latest
@@ -94,4 +94,4 @@ jobs:
94
run: gh pr review --approve ${{ steps.cpr.outputs.pull_request_url }}
95
96
- name: Merge PR
97
- run: gh pr merge --auto --squash --delete-branch ${{ steps.cpr.outputs.pull_request_url }}
+ run: gh pr merge --auto --squash --delete-branch ${{ steps.cpr.outputs.pull_request_url }}
0 commit comments