From 84ef67b69f04e77d790da4560e42ed50d32288df Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 15 Nov 2024 11:26:50 -0500 Subject: [PATCH] check out the correct ref when building the package --- .forgejo/workflows/actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 56e3165..1ff4684 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.ref }} - name: Install python run: uv python install 3.11