Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iMrDJAi authored Apr 14, 2021
1 parent 22e55b7 commit f6bcdce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Setup .npmrc file
uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish!
run: npm publish
env:
Expand Down

0 comments on commit f6bcdce

Please sign in to comment.