Skip to content

Commit 0f3933b

Browse files
committed
Echo version
1 parent e7040ca commit 0f3933b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
regex: '^VERSION_NAME=(.*?)$'
3434
flags: gm
3535

36+
- name: Echo Version
37+
run: echo ${{ steps.version-match.outputs.group1 }}
38+
3639
- uses: actions/setup-java@v2
3740
with:
3841
distribution: "adopt"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.code.style=official
66
SONATYPE_HOST=DEFAULT
77
RELEASE_SIGNING_ENABLED=true
88
GROUP=co.touchlab.crashkios
9-
VERSION_NAME=0.8.0-SNAPSHOT
9+
VERSION_NAME=0.8.0
1010
NSEXCEPTION_KT_VERSION=0.1.1
1111
KOTLIN_VERSION=1.7.20
1212
BUGSNAG_ANDROID_VERSION=5.28.1

0 commit comments

Comments
 (0)