Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 2, 2025
1 parent e2970be commit a17e07b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- 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 a17e07b

Please sign in to comment.