We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e56c2c commit 7a82c77Copy full SHA for 7a82c77
2 files changed
.github/workflows/publish-action.yml
@@ -16,13 +16,9 @@ jobs:
16
with:
17
node-version: '14'
18
registry-url: 'https://npm.pkg.github.com'
19
- scope: ${{ github.repository_owner }}
20
- - name: Create a package called @${{ github.repository }}
21
- run: npm init --scope ${{ github.repository_owner }} -y
+ scope: '@evanob'
22
- name: Install dependencies
23
run: npm ci
24
- - name: Build the package
25
- run: npm pack
26
- name: Publish the package
27
run: npm publish --access public
28
env:
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "Auth0",
3
"name": "@evanob/auth0-react",
4
- "version": "1.5.2",
+ "version": "1.5.3",
5
"description": "Auth0 SDK for React Single Page Applications (SPA)",
6
"keywords": [
7
"auth0",
0 commit comments