Skip to content

Commit 7a82c77

Browse files
committed
Explicit scope in publish action
1 parent 5e56c2c commit 7a82c77

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/publish-action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ jobs:
1616
with:
1717
node-version: '14'
1818
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
19+
scope: '@evanob'
2220
- name: Install dependencies
2321
run: npm ci
24-
- name: Build the package
25-
run: npm pack
2622
- name: Publish the package
2723
run: npm publish --access public
2824
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Auth0",
33
"name": "@evanob/auth0-react",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"description": "Auth0 SDK for React Single Page Applications (SPA)",
66
"keywords": [
77
"auth0",

0 commit comments

Comments
 (0)