Skip to content

Commit 95fa060

Browse files
committed
chore: updated workflow file
1 parent 7803302 commit 95fa060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
jobs:
10-
build:
10+
test_and_publish:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_POSTGRES_TOKEN }}
2929

30+
# Publish the package to npm
3031
- run: npm publish
3132
env:
3233
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)