Skip to content

Commit

Permalink
Fix publish errors (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu authored Oct 5, 2021
1 parent 38cf94e commit 4833319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Publish
if: contains(steps.package-version.outputs.current-version, 'dev') != true
run: |
yarn install --frozen-lockfile
npm i -g yarn
yarn install --frozen-lockfile --ignore-engines
yarn build
npm init --scope=nrchkb -y
npm publish
Expand Down

0 comments on commit 4833319

Please sign in to comment.