From 6fcbc772c13bc92154e951b3d0955c21af65443f Mon Sep 17 00:00:00 2001 From: dragolea Date: Fri, 28 Jun 2024 09:47:45 +0300 Subject: [PATCH] chore(config): fixing release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9c65a2..6b849b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: # This will push the latest build of the project to npm publish-npm: name: Publish to npm public - needs: create_changelog + needs: [create_changelog_full, create_changelog_partial] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -172,7 +172,7 @@ jobs: publish-npm-github: name: Publish to github npm - internal - needs: create_changelog + needs: [create_changelog_full, create_changelog_partial] env: NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} runs-on: ubuntu-latest