Skip to content

Commit

Permalink
chore(workflow): update npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Aug 12, 2022
1 parent 28188f1 commit c08d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
- name: Publish to NPM
run: |
npm publish --access public --tag ${{ steps.tag_version.outputs.new_version }}
npm publish --no-package-lock --prefer-offline --no-audit --no-progress --no-bin-links --ignore-scripts --ignore-engines --ignore-platform
- name: Update Label Tags
env:
newtag: ${{ steps.tag_version.outputs.new_version }}
Expand Down

0 comments on commit c08d9a8

Please sign in to comment.