Skip to content

Commit efb07fd

Browse files
authored
Merge pull request #9 from easyauth-io/dev
Bump version to test npm publish CI
2 parents e3ba76a + b2abce7 commit efb07fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- run: npm ci
2222
- run: npm publish --access=public
2323
env:
24-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
24+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easyauth.io/easyauth-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React SDK for EasyAuth",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)