We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0174bd7 commit c11e422Copy full SHA for c11e422
.github/workflows/post_draft_release_published.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: Publish package
70
id: publish
71
run: |
72
- RELEASE_NAME=${{ github.event.release.name }}
+ RELEASE_NAME="${{ github.event.release.name }}"
73
export HOST_UID=$(id -u)
74
if [[ "$RELEASE_NAME" =~ ^Test ]]; then
75
LATEST_PYPI=$(curl -s https://test.pypi.org/pypi/datajoint/json | jq -r '.info.version')
0 commit comments