From a630b396d47d809d9d8687025d95b2e228821c54 Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 7 Jul 2021 18:19:37 +0100 Subject: [PATCH] chore(release): update release workflow test --- .github/workflows/create-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}