diff --git a/.github/workflows/handle-release-branch-push.yml b/.github/workflows/handle-release-branch-push.yml index aca30de0..1f7bcd3f 100644 --- a/.github/workflows/handle-release-branch-push.yml +++ b/.github/workflows/handle-release-branch-push.yml @@ -58,10 +58,6 @@ jobs: - name: Setup project uses: ./.github/actions/setup - - name: Build Project - run: npm run build - shell: bash - - name: Semantic release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -71,6 +67,10 @@ jobs: echo "new_tag_version=${NEXT_TAG_VERSION}" >> $GITHUB_OUTPUT shell: bash + - name: Build Project + run: npm run build + shell: bash + - name: Publish to npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}