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 d34545b commit 72d02ec
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/kth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ jobs:
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

run: |
npm ci
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 72d02ec

Please sign in to comment.