Skip to content

Commit

Permalink
Merge pull request #148 from orkes-io/manan164-patch-1
Browse files Browse the repository at this point in the history
Update publish-release.yml
  • Loading branch information
manan164 authored Sep 20, 2023
2 parents f9e45a6 + a5b8e52 commit a53016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '11'
- name: Publish
run: |
export VERSION="$(git describe --tags --abbrev=0)"
export VERSION="${{github.ref_name}}"
export ORKES_CLIENT_VERSION=`echo ${VERSION:1}`
echo Publishing version $ORKES_CLIENT_VERSION
./gradlew publish -Pversion=$ORKES_CLIENT_VERSION -PmavenCentral -Pusername=${{ secrets.SONATYPE_USERNAME }} -Ppassword=${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit a53016b

Please sign in to comment.