Skip to content

Commit

Permalink
Update dependencies, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Nov 29, 2020
1 parent 49a3995 commit 583d1ec
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 84 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'

- name: Set release version
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV

- name: Create Release
id: create_release
uses: actions/[email protected]
Expand All @@ -25,7 +29,8 @@ jobs:
release_name: Release ${{ env.RELEASE_VERSION }}
draft: false
prerelease: false

- name: Publish to npm
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
178 changes: 101 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 583d1ec

Please sign in to comment.