Skip to content

Commit

Permalink
revert to old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed Dec 25, 2023
1 parent 52b5c5f commit 834e054
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/desktop_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ env.version_name }}
draft: true
prerelease: false
generate_release_notes: true

Expand Down Expand Up @@ -68,10 +69,6 @@ jobs:
# Set up Flutter.
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
channel: 'stable'


- name: Install Linux dependencies
if: matrix.target == 'Linux'
Expand Down

0 comments on commit 834e054

Please sign in to comment.