Skip to content

Commit 2dfb950

Browse files
committed
remove scope stuff
1 parent b9fcdaf commit 2dfb950

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish-github.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: "12.x"
16-
registry-url: "https://npm.pkg.github.com"
1716
# Defaults to the user or organization that owns the workflow file
1817
# scope: '@octocat'
1918
- run: npm install
20-
env:
21-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2219
- run: npm run build
2320

2421
publish-npm:

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)