Skip to content

Commit

Permalink
testing build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
EricesNicolas committed Jan 29, 2025
1 parent a9ee4f1 commit eece64f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
publish-artifacts:
uses: reportportal/.github/.github/workflows/java-build-release.yaml@main
uses: reportportal/.github/.github/workflows/java-build-release.yaml@EPMRPP-89957/changes-review

with:
release_version: ${{ github.event.release.tag_name }}
repository_url: 'https://maven.pkg.github.com/'
gradle_command: ./gradlew build
branch: master
artifact_upload_url: 'https://maven.pkg.github.com/'
branch: EPMRPP-89957/changes-review
java_version: "21"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.13.0
version=testing.release.simplified
description=Unified Authorization Trap for all ReportPortal's Services
dockerPrepareEnvironment=
dockerJavaOpts=-Xmx512m -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent=70 -Djava.security.egd=file:/dev/./urandom
Expand Down

0 comments on commit eece64f

Please sign in to comment.