Skip to content

Commit

Permalink
chore(ci): do not include a prefix when tagging a release
Browse files Browse the repository at this point in the history
- The tag name is reflected in the package version and including a prefix
  is not the convention for maven packages.
  • Loading branch information
ricardodalarme committed Jun 28, 2023
1 parent d31658f commit bf271c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
with:
properties_path: 'gradle.properties'
property_name: 'VERSION_NAME'
tag_prefix: 'v'
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf271c4

Please sign in to comment.