Skip to content

Commit

Permalink
S
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenkir committed Mar 30, 2023
1 parent 50bb986 commit 6eca7d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
yarn install
yarn build
- name: Publish to NPM
run: |
ls
npm ci
npm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6eca7d2

Please sign in to comment.