CI change

This commit is contained in:
Jonas Bark
2025-10-17 13:13:49 +02:00
parent 29ef0dfaf4
commit 66b7e74f84
2 changed files with 3 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ jobs:
with:
artifacts: "build/app/outputs/flutter-apk/SwiftControl.android.apk,build/macos/Build/Products/Release/SwiftControl.macos.zip"
allowUpdates: true
prerelease: ${{ endsWith(env.VERSION, '1337') }}
prerelease: true
bodyFile: scripts/RELEASE_NOTES.md
tag: v${{ env.VERSION }}
token: ${{ secrets.TOKEN }}
@@ -349,5 +349,6 @@ jobs:
allowUpdates: true
artifacts: "build/windows/x64/runner/Release/SwiftControl.windows.zip"
bodyFile: scripts/RELEASE_NOTES.md
prerelease: true
tag: v${{ env.VERSION }}
token: ${{ secrets.TOKEN }}

View File

@@ -1,7 +1,7 @@
name: swift_control
description: "SwiftControl - Control your virtual riding"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.1.0+27
version: 3.1.0+28
environment:
sdk: ^3.9.0