Skip to content

Commit

Permalink
fix: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiupopa07 committed Mar 8, 2024
1 parent baf4220 commit 717adf4
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 @@ -55,7 +55,7 @@ jobs:
echo RELEASE_VERSION="${RELEASE_VERSION}" >> $GITHUB_OUTPUT
- name: Publish Release
run: |
./gradlew test artifactoryPublish $GRADLE_ARGS -Pversion=2.32.1
./gradlew test artifactoryPublish $GRADLE_ARGS -Pversion=0.0.3
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
Expand Down

0 comments on commit 717adf4

Please sign in to comment.