From 084ad154d79c0f5161a8801a1b223a453834e7f8 Mon Sep 17 00:00:00 2001 From: OmriZ Date: Wed, 31 Jul 2024 23:34:11 +0300 Subject: [PATCH] Add github action yaml 00 --- .github/workflows/rt-workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rt-workflow.yml b/.github/workflows/rt-workflow.yml index 40234cab4..852785d00 100644 --- a/.github/workflows/rt-workflow.yml +++ b/.github/workflows/rt-workflow.yml @@ -1,4 +1,4 @@ -name: Build and Publish to Artifactory +name: OMRI - Build and Publish to Artifactory on: push: @@ -35,7 +35,6 @@ jobs: with: version: 'latest' env: - # JFrog platform url (for example: https://acme.jfrog.io) JF_URL: ${{ secrets.JF_URL }} # Basic authentication credentials @@ -51,6 +50,8 @@ jobs: jfrog mvn-config --repo-deploy-releases super-demo-libs-release --repo-deploy-snapshots super-demo-libs-snapshot --repo-resolve-releases super-demo-libs-release --repo-resolve-snapshots super-demo-libs-snapshot - name: Publish build info to Artifactory + env: + JFROG_CLI_BUILD_NAME: omriz-pet-clinic run: | jfrog rt build-publish omriz-pet-clinic $GITHUB_RUN_NUMBER