Skip to content

Commit

Permalink
Properly pushing git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad committed Oct 29, 2024
1 parent b48edf8 commit 384b7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
version=$(cat gradle.properties | grep -Po "(?<=version=)\d+\.\d+\.\d+")
tag="v$version"
git tag $tag
git push $tag
git push origin tag $tag
gh release create --target $GITHUB_REF_NAME \
--title "$version" \
Expand Down

0 comments on commit 384b7ef

Please sign in to comment.