From a17e07bf105517f0b8a37d08c3ac220464774b77 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 2 Feb 2025 22:45:33 +0400 Subject: [PATCH] Update release.yml --- template/.github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/.github/workflows/release.yml b/template/.github/workflows/release.yml index 6c39144..3d2a50c 100644 --- a/template/.github/workflows/release.yml +++ b/template/.github/workflows/release.yml @@ -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 }}