Skip to content

Commit

Permalink
Minor npm dependencies updates. Bumped the version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Straub committed Aug 13, 2020
1 parent 3df903b commit 06fe495
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 1,202 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,4 @@ jobs:
- run: npm ci
- 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 publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Loading

0 comments on commit 06fe495

Please sign in to comment.