Version change

This commit is contained in:
Juan Gilsanz Polo 2023-05-27 21:58:07 +02:00
parent 7a1f153fe7
commit dfa3d620c2

View file

@ -137,7 +137,7 @@ jobs:
name: Build Windows installer
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Decode .env
run: [IO.File]::WriteAllBytes('.env', [Convert]::FromBase64String('${{ secrets.ENV }}'))
- name: Update version in pubspec.yaml