Skip to content

Commit c3c7ff0

Browse files
committed
Update publish-npm.yml
1 parent b3980af commit c3c7ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish:
9-
if: { github.ref == 'refs/heads/master' }
9+
if: github.ref == 'refs/heads/master'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)