Skip to content

Commit f198ca8

Browse files
committed
fix(ci): comment custom publish version checker
1 parent e35b94e commit f198ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
6868
# Replace publishing version if the workflow was triggered manually
69-
test -n ${RELEASE_TAG_VERSION} && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
69+
# test -n ${RELEASE_TAG_VERSION} && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
7070
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
7171
- name: Ensure new version is also set in pyproject and CHANGELOG
7272
if: ${{ github.event.inputs.publish_docs_only == false }}

0 commit comments

Comments
 (0)