Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ jobs:
run: |
set -euo pipefail
cp tpkg-registry.yaml "$RUNNER_TEMP/registry.yaml"
# main can move the registry mid-publish (a mirror PR landing
# while the matrix builds): the in-tree render would abort the
# branch checkout below. The temp copy is the payload — discard
# the dirty tree before branching, restore after.
git checkout -- tpkg-registry.yaml
git config user.name "tebako-ci"
git config user.email "tebako@ribose.com"
git fetch origin main
Expand Down