diff --git a/.github/workflows/publish-py-sdk.yaml b/.github/workflows/publish-py-sdk.yaml index fc0939a..d729cf0 100644 --- a/.github/workflows/publish-py-sdk.yaml +++ b/.github/workflows/publish-py-sdk.yaml @@ -91,7 +91,6 @@ jobs: packages-dir: py/dist/ - name: Create local release tag - if: env.DRY_RUN != 'true' run: git tag "$RELEASE_TAG" "$COMMIT_SHA" # Create GitHub Release