Skip to content

Commit

Permalink
Merge pull request #9 from adarshaacharya/dev
Browse files Browse the repository at this point in the history
chore: update package installer in ci
  • Loading branch information
adarshaacharya authored May 17, 2021
2 parents 7451538 + 9b50aae commit cdfc22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: [12.x]
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit cdfc22f

Please sign in to comment.