Skip to content

Commit 01247a1

Browse files
committed
update github actions
1 parent 43f1bb5 commit 01247a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/polyfill.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
defaults:
1010
run:
11-
working-directory: packages/polyfill
11+
working-directory: ./packages/polyfill
1212

1313
jobs:
1414
build:
@@ -28,4 +28,4 @@ jobs:
2828
- name: Lint
2929
run: npm run lint
3030
- name: Publish to GitHub Package (unstable)
31-
run: scripts/publish-to-github.sh
31+
run: ./scripts/publish-to-github.sh

0 commit comments

Comments
 (0)