Skip to content

Commit

Permalink
Fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Jan 11, 2024
1 parent e9a73e3 commit 66ecbd7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,3 @@ jobs:
- name: Check for nesting level errors
run: ./bin/check_token_nesting.py

- name: Publish package to NPM
if: startsWith(github.ref, 'refs/tags/')
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 66ecbd7

Please sign in to comment.