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 dfa139b commit db2465fCopy full SHA for db2465f
.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.gsub('\\.', '') }}
36
37
steps:
38
- uses: actions/checkout@v3
0 commit comments