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 b3980af commit c3c7ff0Copy full SHA for c3c7ff0
.github/workflows/publish-npm.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
publish:
9
- if: { github.ref == 'refs/heads/master' }
+ if: github.ref == 'refs/heads/master'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
0 commit comments