Skip to content

Commit

Permalink
remove oras
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <shruthikumar@microsoft.com>
  • Loading branch information
sk593 committed Aug 15, 2024
1 parent 5f2267a commit 0694e5d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0694e5d

Please sign in to comment.