We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd2111 commit dfa139bCopy full SHA for dfa139b
.github/workflows/publish-to-dafni.yaml
@@ -32,7 +32,7 @@ jobs:
32
DAFNI_PARENT_ID: ${{ secrets.DAFNI_PARENT_ID }}
33
DAFNI_USERNAME: ${{ secrets.DAFNI_USERNAME }}
34
DAFNI_PASSWORD: ${{ secrets.DAFNI_PASSWORD }}
35
- CTF_VERSION: "${{ github.event.release.tag_name | replace('.', '') }}"
+ CTF_VERSION: ${{ github.event.release.tag_name.replace('.', '') }}
36
37
steps:
38
- uses: actions/checkout@v3
0 commit comments