Skip to content

Commit

Permalink
Update release.yml (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 2, 2025
1 parent e567b97 commit 1e8c784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- name: Generate Tag
uses: cvxgrp/.github/actions/uv/tag@v2.0.17
uses: cvxgrp/.github/actions/tag@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1e8c784

Please sign in to comment.