We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713cd2a commit 3de7718Copy full SHA for 3de7718
2 files changed
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
109
publish-to-github-packages:
110
name: Publish to GitHub Packages
111
- needs: [validate, build]
+ needs: [ validate, build ]
112
runs-on: ubuntu-latest
113
permissions:
114
contents: read
@@ -143,7 +143,7 @@ jobs:
143
144
create-release:
145
name: Create GitHub Release
146
147
148
149
contents: write
build.gradle
@@ -74,7 +74,7 @@ publishing {
74
project.shadow.component(publication)
75
groupId = 'com.orisunlabs'
76
artifactId = 'orisun-java-client'
77
- version = version
+ version = project.version
78
79
pom {
80
name = 'Orisun Java Client'
0 commit comments