Skip to content

Commit

Permalink
updated publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BurakGur committed Sep 11, 2021
1 parent 9d9d076 commit be5ebfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
if: github.event == 'push'
env:
Expand All @@ -46,7 +45,6 @@ jobs:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@burakgur'
- run: npm install
- run: npm publish
if: github.event == 'push'
env:
Expand Down

0 comments on commit be5ebfb

Please sign in to comment.