Skip to content

Commit db2465f

Browse files
committed
fix env variable
1 parent dfa139b commit db2465f

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.event.release.tag_name.replace('.', '') }}
35+
CTF_VERSION: ${{ github.event.release.tag_name.gsub('\\.', '') }}
3636

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

0 commit comments

Comments
 (0)