Skip to content

Commit e6d91cf

Browse files
committed
Release 0.1.1-alpha03
Fix git tag name in release pipeline
1 parent 451c3be commit e6d91cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
42-
tag_name: v${{ env.RELEASE_VERSION }}
42+
tag_name: ${{ env.RELEASE_VERSION }}
4343
release_name: v${{ env.RELEASE_VERSION }}
4444
draft: false
4545
prerelease: false

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "maven-publish"
55
}
66

7-
version = "0.1.1-alpha02"
7+
version = "0.1.1-alpha03"
88

99
publishing {
1010
publications {

0 commit comments

Comments
 (0)