diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 5f63121d0..31342155f 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -36,6 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} release: + if: ${{ needs.semantic-version.outputs.tag }} needs: semantic-version uses: ./.github/workflows/release.yml permissions: