Skip to content

Commit

Permalink
Publish on NPM (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Apr 6, 2022
1 parent c28b589 commit aed2cc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
- name: Get NPM Package version
id: get_npm_package_version
run: echo "::set-output name=npm_package_version::$(yarn get-version-npm| tail -2)"

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
dry-run: true
token: ${{ secrets.NPM_TOKEN }}

- name: Create Github Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit aed2cc0

Please sign in to comment.