We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345a301 commit c7446c1Copy full SHA for c7446c1
1 file changed
.github/workflows/release.yml
@@ -51,6 +51,7 @@ jobs:
51
prerelease: ${{ contains(github.ref, '-rc') }}
52
fail_on_unmatched_files: true
53
files: rules_python-*.tar.gz
54
+ tag_name: 1.0.0 # TODO remove
55
56
##publish_bcr:
57
## name: Publish to BCR
0 commit comments