Skip to content

Commit 0f3d0bd

Browse files
committed
fix(ci): install ORB before sdk-go-export-spec in semantic release workflow
1 parent bdc4e6e commit 0f3d0bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/semantic-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ jobs:
9898
fetch-depth: 0
9999
token: ${{ steps.app-token.outputs.token }}
100100

101+
- name: Setup UV
102+
uses: astral-sh/setup-uv@v7
103+
104+
- name: Install ORB
105+
run: uv sync --all-extras
106+
101107
- name: Python Semantic Release
102108
id: release
103109
uses: python-semantic-release/python-semantic-release@v10.5.3

0 commit comments

Comments
 (0)