Skip to content

Commit a42fd90

Browse files
committed
fix: version message
1 parent 8a46efb commit a42fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-dafni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
5252
- name: Upload to DAFNI
5353
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
54+
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
5555
dafni logout

0 commit comments

Comments
 (0)