Skip to content

Commit fa056bc

Browse files
committed
ci: fix tag name for release action
1 parent dc131d7 commit fa056bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
default_bump: ${{ inputs.force-major && 'major' || 'patch' }}
3838
release_branches: master
39+
tag_prefix: ""
3940

4041
- name: Build with Gradle
4142
run: ./gradlew build

0 commit comments

Comments
 (0)