diff --git a/.github/workflows/deploy_flutter.yaml b/.github/workflows/deploy_flutter.yaml index b435eee..178786d 100644 --- a/.github/workflows/deploy_flutter.yaml +++ b/.github/workflows/deploy_flutter.yaml @@ -34,7 +34,7 @@ jobs: draft: false prerelease: false release_name: ${{ steps.version.outputs.version }} - tag_name: ${{ github.ref }} + tag_name: ${{ steps.version.outputs.version }} env: GITHUB_TOKEN: ${{ github.token }} - name: upload linux artifact