From 3797a5a3875c434c35d319a09ce9c16e4ebb7acb Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 18 Feb 2025 21:10:30 +0400 Subject: [PATCH] build the container in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4bb20c..0da1597 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate Tag id: tag_version # Add an ID so you can reference this step - uses: cvxgrp/.github/actions/tag@v2.2.3 + uses: cvxgrp/.github/actions/tag@main_2 with: github_token: ${{ secrets.GITHUB_TOKEN }}