Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mits87 committed Feb 3, 2021
1 parent 7e92f89 commit 8a1727e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

publish-gpr:
needs: build
needs: publish-npm
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/
registry-url: 'https://npm.pkg.github.com'
scope: '@mits87'
- run: npm ci
- run: echo registry=https://npm.pkg.github.com/mits87 >> .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disposable-email-provider-domains",
"version": "1.0.3",
"version": "1.0.4",
"description": "A package with disposable email provider domains",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8a1727e

Please sign in to comment.