diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 231fefa..e3f3b67 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,6 +32,9 @@ jobs: needs: test if: startsWith(github.ref, 'refs/tags/v') steps: + - name: Debug ref + run: echo "github.ref = ${{ github.ref }}" + - name: Checkout code uses: actions/checkout@v4