Skip to content

Commit 5c2444c

Browse files
committed
chore: fix var expr
1 parent eff5a17 commit 5c2444c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
5656
# Replace publishing version if the workflow was triggered manually
57-
test -n $RELEASE_TAG_VERSION && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
57+
test -n ${RELEASE_TAG_VERSION} && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
5858
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
5959
- name: Ensure new version is also set in pyproject and CHANGELOG
6060
run: |

0 commit comments

Comments
 (0)