Skip to content

Commit 42c66fb

Browse files
committed
ci: add oras to generate-release workflow
changelogs.py needs oras CLI to fetch SBOMs for package diff generation.
1 parent 136a677 commit 42c66fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/generate-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
/home/linuxbrew/.linuxbrew/bin/brew install just
4040
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
4141
42+
- name: Install ORAS
43+
uses: oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2.0.0
44+
4245
- name: Check Just Syntax
4346
shell: bash
4447
run: |

0 commit comments

Comments
 (0)