diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec0d367..589aac5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,9 @@ jobs: - name: Build library run: npm run build + - name: Ignore .npmrc for publish step + run: mv .npmrc .npmrc.temp + - name: Release to GHPR run: npm publish env: