diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 753e9fafa..036b7ed6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: version: ${{ steps.set-version.outputs.version }} steps: - name: Check if both branch and tag exist - if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v3.') && (github.event.base_ref == 'refs/heads/main' || startsWith(github.event.base_ref, 'refs/heads/adam/') + if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v3.') && (github.event.base_ref == 'refs/heads/main' || startsWith(github.event.base_ref, 'refs/heads/adam/')) run: echo "Both branch and tag match, proceeding..." - name: Checkout