From d208d32a5e7b22462a4e491aa26ac8630a749808 Mon Sep 17 00:00:00 2001 From: StanPonomarev Date: Sat, 8 Aug 2026 20:59:44 +0200 Subject: [PATCH] fix release --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ab8028a..9cf9447 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,13 +17,13 @@ jobs: steps: - name: Check out the released tag - uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: https://github.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: ref: ${{ gitea.event.release.tag_name }} fetch-depth: 1 - name: Set up Node.js - uses: https://gitea.com/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + uses: https://github.com/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 22