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.
2 parents 51730d5 + a4f2b61 commit 050cb7cCopy full SHA for 050cb7c
.fernignore
@@ -2,6 +2,7 @@
2
3
README.md
4
5
+.github/workflows/ci.yml
6
.github/workflows/integration.yml
7
src/wrapper
8
src/index.ts
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: yarn && yarn test
31
32
publish:
33
- needs: [ compile, test ]
+ needs: [ compile ]
34
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
35
runs-on: ubuntu-latest
36
steps:
@@ -54,4 +54,4 @@ jobs:
54
npm publish --access public
55
fi
56
env:
57
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments