Skip to content

Commit

Permalink
setup-node action is still ungood
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 13, 2024
1 parent 7e1ebba commit 6a86d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"peerDependencies": {
"bats": "^0.4.2 || ^1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonkarns/bats-mock.git"
Expand Down

0 comments on commit 6a86d6c

Please sign in to comment.