Skip to content

Commit dc84a1a

Browse files
committed
fix env variable
1 parent cc2d3fb commit dc84a1a

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
@@ -32,7 +32,7 @@ jobs:
3232
DAFNI_PARENT_ID: ${{ secrets.DAFNI_PARENT_ID }}
3333
DAFNI_USERNAME: ${{ secrets.DAFNI_USERNAME }}
3434
DAFNI_PASSWORD: ${{ secrets.DAFNI_PASSWORD }}
35-
CTF_VERSION: ${{github.ref_name}}
35+
CTF_VERSION: ${{ github.event.release.tag_name.split('.')[0] }}
3636

3737
steps:
3838
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)