Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Dec 5, 2023
1 parent 05f8cd3 commit d34545b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/kth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,10 @@ jobs:
- name: Run tests
run: yarn test

# - name: Publish package
# if: github.ref == 'refs/heads/master' && matrix.node-version == '18.x'
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
# run: yarn publish

- name: Publish package
if: github.ref == 'refs/heads/master' && matrix.node-version == '18.x'
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
- run: npm ci
- run: npm publish --access public


# publish-npm:
# needs: builds
# runs-on: ubuntu-latest
# name: Public NPM
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 16
# registry-url: https://registry.npmjs.org/
# - run: npm ci
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit d34545b

Please sign in to comment.