Skip to content

Commit

Permalink
Merge pull request #104 from aion-dk/release-to-npmjs
Browse files Browse the repository at this point in the history
Publish to npmjs.org when a Github release is created
  • Loading branch information
sune-aion authored Nov 15, 2021
2 parents eb580cf + f973c1d commit 5c05a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: '14.x'
cache: 'npm'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit 5c05a49

Please sign in to comment.