Skip to content

Commit f0b29df

Browse files
authored
Fix github secret name (#3)
1 parent a20dab1 commit f0b29df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- run: npm ci
4444
- run: npm publish
4545
env:
46-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46+
NODE_AUTH_TOKEN: ${{secrets.git_hub_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lite-deep-equal",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple lightweight alternative for npm deep-equal package",
55
"main": ".build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)