diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ba36026e..8b85afb1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -128,4 +128,4 @@ jobs: git add pubspec.yaml git commit -m "Bump version to $( flutter pub run cider version )" git push origin --delete ${{ env.VERSION_V }} - git push \ No newline at end of file + git push --set-upstream origin release-${{ env.VERSION }} \ No newline at end of file