Skip to content

Commit

Permalink
Merge pull request #21 from bruceharrison1984/v0.0.7-fix4
Browse files Browse the repository at this point in the history
remove unnecessary devdeps
  • Loading branch information
bruceharrison1984 authored Jul 4, 2024
2 parents 48823de + d9a0d02 commit c669d06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,11 @@ jobs:
- name: Update NPM
run: npm install -g npm
- name: Download bcrypt-edge artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bcrypt-edge-package
- name: NPM install
run: npm i
- name: Publish to NPM
run: npm publish --access public
run: npm publish --access public --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

Expand Down

0 comments on commit c669d06

Please sign in to comment.