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 7803302 commit 95fa060Copy full SHA for 95fa060
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
7
- master
8
9
jobs:
10
- build:
+ test_and_publish:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
@@ -27,6 +27,7 @@ jobs:
27
env:
28
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_POSTGRES_TOKEN }}
29
30
+ # Publish the package to npm
31
- run: npm publish
32
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments