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 a9903a0 commit 22b9d5aCopy full SHA for 22b9d5a
.github/workflows/release_pipeline.yml
@@ -135,4 +135,4 @@ jobs:
135
artifacts: "./dist/arduino_logique_macos.tar.gz,./dist/arduino_logique_ubuntu.tar.gz,./dist/arduino_logique_windows.zip"
136
token: ${{ secrets.GITHUB_TOKEN }}
137
tag: ${{ steps.bump.outputs.new_tag }}
138
- makeLatest: ${{ contains(steps.bump.outputs.new_tag, 'beta') }}
+ makeLatest: ${{ !contains(steps.bump.outputs.new_tag, 'beta') }}
0 commit comments