Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luciobenini committed Oct 28, 2021
1 parent 71dd76c commit bc41c86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: CI
run: npm ci
- name: Build
run: npm run build
- name: Publish
run: npm publish --access public
env:
Expand All @@ -56,8 +54,6 @@ jobs:
registry-url: https://npm.pkg.github.com/
- name: CI
run: npm ci
- name: Build
run: npm run build
- name: Publish
run: npm publish --access public
env:
Expand Down

0 comments on commit bc41c86

Please sign in to comment.