From a6d04fede4943fcdf702f76bf5449a41a8cebb9d Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sat, 15 Jun 2024 18:17:18 +1000 Subject: [PATCH] get matching tagged release --- .forgejo/workflows/forgejo-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/forgejo-deb.yml b/.forgejo/workflows/forgejo-deb.yml index 4b718a6..0a62782 100644 --- a/.forgejo/workflows/forgejo-deb.yml +++ b/.forgejo/workflows/forgejo-deb.yml @@ -36,7 +36,7 @@ jobs: - name: tag pre-condition run: | cd forgejo - git update-ref refs/heads/tag_test $(git rev-parse --verify HEAD) + git checkout ${{ env.GITHUB_REF_NAME }} # - run: ./.ci-make.sh submodule-make forgejo security-check