Skip to content

Commit

Permalink
chore: Update artifactory config
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiupopa07 committed Mar 6, 2024
1 parent 3110318 commit cb62033
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 $GRADLE_ARGS
./gradlew test artifactoryPublish $GRADLE_ARGS
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 cb62033

Please sign in to comment.