From e5c4942c17f296472b1073fbd7a3fe64e45357bd Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 22 May 2023 00:27:40 +0800 Subject: [PATCH] ci: --- .gitea/workflows/built-bin.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 0a2dc59..16b8d55 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -56,6 +56,9 @@ jobs: IMAGE_NAME: ${{ github.repository }} steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Get Commit Tag id: tag uses: https://github.com/Maxyme/get-release-or-tag@v2