We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451c3be commit e6d91cfCopy full SHA for e6d91cf
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
- tag_name: v${{ env.RELEASE_VERSION }}
+ tag_name: ${{ env.RELEASE_VERSION }}
43
release_name: v${{ env.RELEASE_VERSION }}
44
draft: false
45
prerelease: false
library/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id "maven-publish"
5
}
6
7
-version = "0.1.1-alpha02"
+version = "0.1.1-alpha03"
8
9
publishing {
10
publications {
0 commit comments