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 0a267bb commit f688433Copy full SHA for f688433
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
tag_name: ${{ steps.version.outputs.version }}
57
name: ${{ steps.version.outputs.version }}
58
draft: false
59
- prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
+ prerelease: false
60
files: |
61
dist/maestro-ios-device-darwin-amd64
62
dist/maestro-ios-device-darwin-arm64
0 commit comments