blackmwk commented on code in PR #2912:
URL: https://github.com/apache/iceberg-rust/pull/2912#discussion_r3663993703


##########
.github/workflows/release_python.yml:
##########
@@ -61,11 +61,18 @@ jobs:
             exit 1
           fi
           echo "✅ Release tag format is valid: $RELEASE_TAG"
-          
+
+          # Verify that the workflow is being run on the same version as the 
release tag
+          DESIRED_REF="refs/tags/${RELEASE_TAG}"

Review Comment:
   Is it possible to forbid  non tag refs in the workflow dispatch arg?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to