From b16a40e678736780c3ce8e2ad5ae0cf0f1dfea50 Mon Sep 17 00:00:00 2001 From: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:25:47 +0530 Subject: [PATCH] [Rahul] | BAH-4097 | Fix. build-publish Job Failure Replace uses with run --- .github/workflows/build_publish_cdss.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_publish_cdss.yml b/.github/workflows/build_publish_cdss.yml index 1ea5017..93f1d15 100644 --- a/.github/workflows/build_publish_cdss.yml +++ b/.github/workflows/build_publish_cdss.yml @@ -14,16 +14,15 @@ jobs: name: Build & Publish Docker Image runs-on: ubuntu-latest steps: - - name: Set env.ARTIFACT_VERSION + - name: Checkout repository uses: actions/checkout@v2 + + - name: Set env.ARTIFACT_VERSION run: | wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh ./setArtifactVersion.sh rm setArtifactVersion.sh - - name: Checkout repository - uses: actions/checkout@v2 - - name: Set up JDK 17 uses: actions/setup-java@v3 with: