Skip to content

Commit 6e4b514

Browse files
committed
fix: clean up unnecessary code
1 parent a90e41b commit 6e4b514

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
@@ -42,5 +42,5 @@ jobs:
4242
4343
- name: Upload to DAFNI
4444
run: |
45-
dafni upload model ./dafni/model_definition.yaml ctf-${VERSION}.tar.gz --version-message "Version ${CTF_VERSION}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
45+
dafni upload model ./dafni/model_definition.yaml ctf-${{ env.VERSION }}.tar.gz --version-message "Version ${{ env.CTF_VERSION }}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
4646
dafni logout

0 commit comments

Comments
 (0)