diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index d344fe1717..9367ed3da6 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -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