Skip to content

Commit

Permalink
Remove GitHub registry push step (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Aug 1, 2023
1 parent e631e3e commit 0cbc322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v3
with:
registry-url: 'https://npm.pkg.github.com'
scope: "@kangasta"
- name: Publish package
run: |
echo "registry=https://npm.pkg.github.com/@kangasta" >> .npmrc
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload package to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "two-to-seven-triple-draw",
"version": "0.6.5",
"version": "0.6.6",
"description": "Poker hand solver",
"main": "dist/two-to-seven-triple-draw.js",
"types": "dist/two-to-seven-triple-draw.d.ts",
Expand Down

0 comments on commit 0cbc322

Please sign in to comment.