Skip to content

Commit

Permalink
Remove .npmrc to fix setup-node step, v0.6.4 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Aug 1, 2023
1 parent 70cfdea commit 5a1eae6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,14 @@ jobs:
run: |
npm ci
npm run build
npm pack
- name: Publish package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
github:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
registry-url: 'https://npm.pkg.github.com'
- name: Install dependencies and build package
run: |
npm ci
npm run build
- name: Publish package
run: npm publish
env:
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

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.3",
"version": "0.6.4",
"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 5a1eae6

Please sign in to comment.