get matching tagged release

This commit is contained in:
Alex Janka 2024-06-15 18:17:18 +10:00
parent 26361b85c0
commit a6d04fede4

View file

@ -36,7 +36,7 @@ jobs:
- name: tag pre-condition - name: tag pre-condition
run: | run: |
cd forgejo 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 # - run: ./.ci-make.sh submodule-make forgejo security-check