diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 78d48d1..b48a810 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -17,6 +17,8 @@ jobs: git init git remote add origin "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" git -c http.extraHeader="Authorization: Basic ${TOKEN}" fetch origin "${GITHUB_SHA}" + git checkout "${GITHUB_SHA}" + ls - run: /trunk build --release --public-url '.' - run: | cd dist