From bf271c4183d77a218dc667e6f5c4e2c55d01c467 Mon Sep 17 00:00:00 2001 From: ricardodalarme Date: Tue, 27 Jun 2023 13:21:53 -0300 Subject: [PATCH] chore(ci): do not include a prefix when tagging a release - The tag name is reflected in the package version and including a prefix is not the convention for maven packages. --- .github/workflows/auto-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 147c1dc7..324b0273 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -22,5 +22,4 @@ jobs: with: properties_path: 'gradle.properties' property_name: 'VERSION_NAME' - tag_prefix: 'v' github_token: ${{ secrets.GITHUB_TOKEN }}