Skip to content

Commit

Permalink
Merge pull request #6 from ryarturogi/develop
Browse files Browse the repository at this point in the history
Fix publish github package config, no copying the dist/* files
  • Loading branch information
ryarturogi authored Jan 14, 2023
2 parents 85da6f4 + 4bd063c commit 6100d3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm test

publish-gpr:
Expand All @@ -30,7 +31,8 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: cp -R dist/* .
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 6100d3a

Please sign in to comment.