Skip to content

Commit

Permalink
ci: install uv in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrgadiya committed Oct 21, 2024
1 parent acdde63 commit 83e253d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Run semantic-release
run: |
npm install --save-dev semantic-release@18.0.0
Expand Down

0 comments on commit 83e253d

Please sign in to comment.