diff --git a/.github/workflows/retry-sign-release.yml b/.github/workflows/retry-sign-release.yml index 8b812a88..31fd4999 100644 --- a/.github/workflows/retry-sign-release.yml +++ b/.github/workflows/retry-sign-release.yml @@ -399,7 +399,7 @@ jobs: needs: release runs-on: ubuntu-latest environment: production - if: github.repository == 'smart-mcp-proxy/mcpproxy-go' + if: github.repository == 'smart-mcp-proxy/mcpproxy-go' && !contains(inputs.tag, '-') steps: - name: Checkout tap repository @@ -585,7 +585,7 @@ jobs: # Publish signed apt/yum repositories to Cloudflare R2 (mirrors release.yml) publish-linux-repos: needs: [release] - if: github.repository == 'smart-mcp-proxy/mcpproxy-go' + if: github.repository == 'smart-mcp-proxy/mcpproxy-go' && !contains(inputs.tag, '-') runs-on: ubuntu-latest environment: production