File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
react-static-web-apps-auth Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
node-version : ${{ env.NODE_VERSION }}
47
47
registry-url : https://registry.npmjs.org/
48
48
- run : npm ci
49
- - run : npm publish
49
+ - run : npm publish --access public
50
50
env :
51
51
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
52
52
65
65
scope : " @aaronpowell"
66
66
- run : npm ci
67
67
- run : echo "registry=https://npm.pkg.github.com/@aaronpowell" >> .npmrc
68
- - run : npm publish
68
+ - run : npm publish --access public
69
69
env :
70
70
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aaronpowell/react-static-web-apps-auth" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " A library to help creating authenticated React apps on Azure Static Web Apps" ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments