Skip to content

Commit

Permalink
syupid
Browse files Browse the repository at this point in the history
  • Loading branch information
brlocky committed Dec 23, 2023
1 parent 7eaf81e commit 8b9507e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run compile
- name: Publish
working-directory: ./build
working-directory: ./dist
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 8b9507e

Please sign in to comment.