Skip to content

Commit 5021b53

Browse files
committed
fix workflow
1 parent 43a9268 commit 5021b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/configureBuildTestCreateAndUpload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.event.release.prerelease
3434
run: conan create . jothepro/beta
3535
- name: configure, build, test and create project for stable channel
36-
if: !github.event.release.prerelease
36+
if: ${{ !github.event.release.prerelease }}
3737
run: conan create . jothepro/stable
3838
- name: upload to artifactory
3939
if: github.event_name == 'release'

0 commit comments

Comments
 (0)