From af6ef5f64c50e899368845e477706bd3db673782 Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Thu, 6 Jun 2024 16:35:07 -0700 Subject: [PATCH] fix: add work job dependency --- .github/workflows/ci.yml | 1 + .releaserc.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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