Skip to content

Commit

Permalink
Merge pull request #8 from LinkunGao/release/v1.2.0
Browse files Browse the repository at this point in the history
update github workflow for yarn instead of npm
  • Loading branch information
LinkunGao authored Jan 29, 2023
2 parents f2dcece + 343a06c commit 5502d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build:prod # will run `yarn build:prod` command
cmd: build # will run `yarn build:prod` command
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.COPPER3D_NRRD_PLUGIN_TO_NPM}}

0 comments on commit 5502d4b

Please sign in to comment.