We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7040ca commit 0f3933bCopy full SHA for 0f3933b
.github/workflows/deploy.yml
@@ -33,6 +33,9 @@ jobs:
33
regex: '^VERSION_NAME=(.*?)$'
34
flags: gm
35
36
+ - name: Echo Version
37
+ run: echo ${{ steps.version-match.outputs.group1 }}
38
+
39
- uses: actions/setup-java@v2
40
with:
41
distribution: "adopt"
gradle.properties
@@ -6,7 +6,7 @@ kotlin.code.style=official
6
SONATYPE_HOST=DEFAULT
7
RELEASE_SIGNING_ENABLED=true
8
GROUP=co.touchlab.crashkios
9
-VERSION_NAME=0.8.0-SNAPSHOT
+VERSION_NAME=0.8.0
10
NSEXCEPTION_KT_VERSION=0.1.1
11
KOTLIN_VERSION=1.7.20
12
BUGSNAG_ANDROID_VERSION=5.28.1
0 commit comments