From 0694e5d018501e37d633d770d6fd7d144ac2a91f Mon Sep 17 00:00:00 2001 From: sk593 Date: Thu, 15 Aug 2024 11:59:49 -0700 Subject: [PATCH] remove oras Signed-off-by: sk593 --- .github/workflows/publish-recipes.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/publish-recipes.yaml b/.github/workflows/publish-recipes.yaml index 68d9b3c..ae121a7 100644 --- a/.github/workflows/publish-recipes.yaml +++ b/.github/workflows/publish-recipes.yaml @@ -43,12 +43,6 @@ jobs: uses: actions/checkout@v3 - name: Parse release version and set environment variables run: python ./.github/scripts/get_release_version.py - - name: Set up ORAS - uses: oras-project/setup-oras@v1 - with: - version: '1.2.0' - - name: Verify ORAS installation - run: oras version - name: Download rad CLI run: | echo "Downloading latest rad CLI" @@ -102,12 +96,6 @@ jobs: uses: actions/checkout@v3 - name: Parse release version and set environment variables run: python ./.github/scripts/get_release_version.py - - name: Set up ORAS - uses: oras-project/setup-oras@v1 - with: - version: '1.2.0' - - name: Verify ORAS installation - run: oras version - name: Download rad CLI run: | echo "Downloading latest rad CLI"