diff --git a/.github/workflows/internal-test-release.yml b/.github/workflows/internal-test-release.yml index 7e14905..0bb8e10 100644 --- a/.github/workflows/internal-test-release.yml +++ b/.github/workflows/internal-test-release.yml @@ -64,7 +64,5 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add app/build.gradle.kts - git commit -m "Bump version to v$(dotnet-gitversion | jq --raw-output .SemVer)" git tag --annotate v$(dotnet-gitversion | jq --raw-output .SemVer) -m "Build released to internal test track" - git push --follow-tags + git push --tags