diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 310ea54..7ecbd61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: release: name: Release + needs: localNPMRegistry runs-on: ubuntu-latest permissions: diff --git a/.releaserc.yml b/.releaserc.yml index 2a349ef..6387500 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -17,7 +17,7 @@ plugins: - - '@semantic-release/changelog' - changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file." - - '@semantic-release/npm' - - npmPublish: false # skip push tarball to npmjs.com + # - npmPublish: false # skip push tarball to npmjs.com - '@semantic-release/github' debug: true