Skip to content

Commit

Permalink
Just tag existing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 1, 2024
1 parent 0cce0fe commit 42cad1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/internal-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42cad1b

Please sign in to comment.