Skip to content

Commit 5082af4

Browse files
authored
fix: make release tag name consistent with git tag (#72)
1 parent caf6969 commit 5082af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
name: "Clickstream Android ${{ env.release_version }}"
3838
files: |
3939
clickstream/build/outputs/aar/clickstream-release.aar
40-
tag_name: "${{ env.release_version }}"
40+
tag_name: "v${{ env.release_version }}"
4141
prerelease: true
4242
generate_release_notes: true

0 commit comments

Comments
 (0)