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 498aab6 commit b74ec34Copy full SHA for b74ec34
.github/workflows/build.yaml
@@ -6,7 +6,7 @@ jobs:
6
release:
7
# needs: test
8
runs-on: ubuntu-latest
9
- if: github.ref == 'refs/heads/master'
+ #if: github.ref == 'refs/heads/master'
10
name: npm upload
11
steps:
12
- uses: actions/checkout@v2
0 commit comments