Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
KeimaSenpai committed Oct 21, 2024
1 parent f70b533 commit 2c5f713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
# https://flet.dev/docs/publish#versioning
BUILD_NUMBER: 5
BUILD_VERSION: 1
BUILD_VERSION: 1.0.5
BUILD_BETA: 1
PYTHON_VERSION: 3.12.2
FLUTTER_VERSION: 3.24.0
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: v${{ env.BUILD_VERSION }}.0.${{ env.BUILD_NUMBER }}
release_name: "XLauncher v${{ env.BUILD_VERSION }}.0.${{ env.BUILD_NUMBER }}"
tag_name: v${{ env.BUILD_VERSION }}
release_name: "XLauncher v${{ env.BUILD_VERSION }}"
body: |
## 🚀 Funciones
- [x] Ya se usa nuevo compilador
Expand Down

0 comments on commit 2c5f713

Please sign in to comment.