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 8a46efb commit a42fd90Copy full SHA for a42fd90
.github/workflows/publish-to-dafni.yaml
@@ -51,5 +51,5 @@ jobs:
51
52
- name: Upload to DAFNI
53
run: |
54
- dafni upload model ./dafni/model_definition.yaml ctf-gh.tar.gz --version-message "Version ${CTF_VERSION}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
+ dafni upload model ./dafni/model_definition.yaml ctf-gh.tar.gz --version-message "Version ${{ env.CTF_VERSION }}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
55
dafni logout
0 commit comments