Skip to content

Commit

Permalink
rm gh package
Browse files Browse the repository at this point in the history
  • Loading branch information
OrderAndCh4oS committed Sep 8, 2020
1 parent 28a2eab commit 3f0506d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 3f0506d

Please sign in to comment.