Skip to content

Commit 14b79fc

Browse files
committed
fix env variable
1 parent 00b8d61 commit 14b79fc

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
@@ -33,7 +33,7 @@ jobs:
3333
DAFNI_USERNAME: ${{ secrets.DAFNI_USERNAME }}
3434
DAFNI_PASSWORD: ${{ secrets.DAFNI_PASSWORD }}
3535
CTF_VERSION: |
36-
version="${{ github.event.release.tag_name }}"
36+
version=${{ github.event.release.tag_name }}
3737
version=${version%%.*}
3838
3939
steps:

0 commit comments

Comments
 (0)