Skip to content

Commit

Permalink
Fix documentation and build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Van Ginkel committed May 23, 2020
1 parent 7ef65ed commit a38f5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
- run: npm ci
- run: npm test

build:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run build

publish-npm:
needs: build
runs-on: ubuntu-latest
Expand All @@ -39,6 +28,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --verbose --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

https://glenveegee.github.io/jmespath-tester/

## [INSTALLING CRONKITE](./INSTALLING.md)
## [INSTALLING `jmespath-tester`](./INSTALLING.md)

0 comments on commit a38f5a0

Please sign in to comment.