mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 08:46:46 +00:00
add v again
This commit is contained in:
parent
408a2237bd
commit
dbc3ee62d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_github.yml
vendored
2
.github/workflows/release_github.yml
vendored
|
|
@ -57,6 +57,6 @@ jobs:
|
|||
uses: ncipollo/release-action@v1.18.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ env.PUBSPEC_VERSION }}
|
||||
tag: v${{ env.PUBSPEC_VERSION }}
|
||||
allowUpdates: true
|
||||
artifacts: build/app/outputs/flutter-apk/*.apk
|
||||
Loading…
Reference in a new issue