Skip to content

Commit d0b8d12

Browse files
authored
fix: Update release.yml (#151)
Changes path to post-build.sh to use an implicit relative path to see if THAT makes a difference (because something really should).
1 parent c12b68c commit d0b8d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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: ls
79+
run: samples/post-build.sh
8080

8181
approve-and-merge:
8282
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)