Skip to content

Commit

Permalink
fix: Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiupopa07 committed Mar 7, 2024
1 parent 10b77ec commit 93fa93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo RELEASE_VERSION="${RELEASE_VERSION}" >> $GITHUB_OUTPUT
- name: Publish Release
run: |
./gradlew test final artifactoryPublish $GRADLE_ARGS
./gradlew test artifactoryPublish $GRADLE_ARGS -Pversion=2.32.1
BUILD_NUMBER=$(./gradlew -Prelease.useLastTag=true $GRADLE_ARGS printVersion|grep VERSION|awk -F: '{print $2}')
echo "Running build scan against $BUILD_NUMBER"
jfrog rt bs "kork" "$BUILD_NUMBER" $JFROG_ARGS

0 comments on commit 93fa93b

Please sign in to comment.