Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Sep 2, 2021
1 parent 765cfa7 commit 45bdb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 12
- run: npm ci
# there are no real tests at the moment
- run: npm test
#- run: npm test

publish-npm:
needs: build
Expand All @@ -32,4 +32,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 45bdb99

Please sign in to comment.