Skip to content

Commit

Permalink
chore: fix release action to use envs recognized by actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed Jan 30, 2025
1 parent 4d254a0 commit b4b188d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": ["dist/"]
"ignore": ["dist/", "package.json"]
},
"formatter": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Filipoliko/shallow-react-snapshot.git"
"url": "git+https://github.com/Filipoliko/shallow-react-snapshot.git"
},
"bugs": "https://github.com/Filipoliko/shallow-react-snapshot/issues",
"main": "./dist/index.js",
Expand Down

0 comments on commit b4b188d

Please sign in to comment.