We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9fd17 commit fb80c54Copy full SHA for fb80c54
1 file changed
.github/workflows/publish-py-sdk.yaml
@@ -91,7 +91,6 @@ jobs:
91
packages-dir: py/dist/
92
93
- name: Create local release tag
94
- if: env.DRY_RUN != 'true'
95
run: git tag "$RELEASE_TAG" "$COMMIT_SHA"
96
97
# Create GitHub Release
0 commit comments