Skip to content

Commit 2c6bd4e

Browse files
authored
fix: Update release.yml (#147)
Fixes broken path.
1 parent 2db52b7 commit 2c6bd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: firebase deploy --only hosting
7777

7878
- name: Post Build
79-
run: ./samples/post-build.sh
79+
run: ../../samples/post-build.sh
8080

8181
approve-and-merge:
8282
runs-on: ubuntu-latest
@@ -94,4 +94,4 @@ jobs:
9494
run: gh pr review --approve ${{ steps.cpr.outputs.pull_request_url }}
9595

9696
- name: Merge PR
97-
run: gh pr merge --auto --squash --delete-branch ${{ steps.cpr.outputs.pull_request_url }}
97+
run: gh pr merge --auto --squash --delete-branch ${{ steps.cpr.outputs.pull_request_url }}

0 commit comments

Comments
 (0)