diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 6152737..3293e6b 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -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 @@ -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}} diff --git a/readme.md b/readme.md index 33bc289..becfec0 100644 --- a/readme.md +++ b/readme.md @@ -4,4 +4,4 @@ https://glenveegee.github.io/jmespath-tester/ -## [INSTALLING CRONKITE](./INSTALLING.md) \ No newline at end of file +## [INSTALLING `jmespath-tester`](./INSTALLING.md) \ No newline at end of file