Skip to content

Commit c11e422

Browse files
author
Drew Yang
committed
fix: 🐛 bug fix
1 parent 0174bd7 commit c11e422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_draft_release_published.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Publish package
7070
id: publish
7171
run: |
72-
RELEASE_NAME=${{ github.event.release.name }}
72+
RELEASE_NAME="${{ github.event.release.name }}"
7373
export HOST_UID=$(id -u)
7474
if [[ "$RELEASE_NAME" =~ ^Test ]]; then
7575
LATEST_PYPI=$(curl -s https://test.pypi.org/pypi/datajoint/json | jq -r '.info.version')

0 commit comments

Comments
 (0)