diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 714038c..25d5e61 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -17,6 +17,7 @@ jobs: with: node-version: '16.13.1' cache: 'npm' + registry-url: https://npm.pkg.github.com - name: Install dependencies run: npm ci - name: Test @@ -24,7 +25,6 @@ jobs: - name: Build run: npm run build - name: Publish - run: npx semantic-release + run: npm publish env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - NPM_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}