We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff5a17 commit 5c2444cCopy full SHA for 5c2444c
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
56
# Replace publishing version if the workflow was triggered manually
57
- test -n $RELEASE_TAG_VERSION && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
+ test -n ${RELEASE_TAG_VERSION} && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
58
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
59
- name: Ensure new version is also set in pyproject and CHANGELOG
60
0 commit comments