diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 6fcd701..d92beb9 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -91,12 +91,12 @@ jobs: - uses: actions/setup-node@v2 with: - # node-version: '14.x' + node-version: '14.x' registry-url: 'https://npm.pkg.github.com' - - name: Build and publish to GitHub registry + - name: Publish to GitHub registry continue-on-error: true - run: npm publish --access public + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}