We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a9268 commit 5021b53Copy full SHA for 5021b53
1 file changed
.github/workflows/configureBuildTestCreateAndUpload.yaml
@@ -33,7 +33,7 @@ jobs:
33
if: github.event.release.prerelease
34
run: conan create . jothepro/beta
35
- name: configure, build, test and create project for stable channel
36
- if: !github.event.release.prerelease
+ if: ${{ !github.event.release.prerelease }}
37
run: conan create . jothepro/stable
38
- name: upload to artifactory
39
if: github.event_name == 'release'
0 commit comments