Skip to content

Commit

Permalink
update publish workflow to just publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MeroFuruya committed Aug 28, 2023
1 parent 39ae576 commit fdb3334
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
node-version: "16.x"
# use github packages registry
registry-url: "https://npm.pkg.github.com"
- name: Install dependencies
run: npm ci
- name: Build with node-gyp
run: npm run build:nodeGyp
- name: Publish to npmjs
run: npm publish
env:
Expand Down

0 comments on commit fdb3334

Please sign in to comment.