mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 17:06:47 +00:00
remove v
This commit is contained in:
parent
736a718c70
commit
408a2237bd
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
|
uses: ncipollo/release-action@v1.18.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: v${{ env.PUBSPEC_VERSION }}
|
tag: ${{ env.PUBSPEC_VERSION }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: build/app/outputs/flutter-apk/*.apk
|
artifacts: build/app/outputs/flutter-apk/*.apk
|
||||||
Loading…
Reference in a new issue