We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3ba76a + b2abce7 commit efb07fdCopy full SHA for efb07fd
.github/workflows/npm-publish.yml
@@ -21,4 +21,4 @@ jobs:
21
- run: npm ci
22
- run: npm publish --access=public
23
env:
24
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@easyauth.io/easyauth-react",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "React SDK for EasyAuth",
5
"main": "dist/index.js",
6
"module": "dist/index.es.js",
0 commit comments