diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba3aa83..aeabf11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/pubspec.yaml b/pubspec.yaml index 4f513c4..983012f 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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