Skip to content

Commit 3de7718

Browse files
committed
fix gradle release
1 parent 713cd2a commit 3de7718

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
publish-to-github-packages:
110110
name: Publish to GitHub Packages
111-
needs: [validate, build]
111+
needs: [ validate, build ]
112112
runs-on: ubuntu-latest
113113
permissions:
114114
contents: read
@@ -143,7 +143,7 @@ jobs:
143143

144144
create-release:
145145
name: Create GitHub Release
146-
needs: [validate, build]
146+
needs: [ validate, build ]
147147
runs-on: ubuntu-latest
148148
permissions:
149149
contents: write

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishing {
7474
project.shadow.component(publication)
7575
groupId = 'com.orisunlabs'
7676
artifactId = 'orisun-java-client'
77-
version = version
77+
version = project.version
7878

7979
pom {
8080
name = 'Orisun Java Client'

0 commit comments

Comments
 (0)