fix: template mark must use pre-rename path, move before rename

This commit is contained in:
2026-03-15 02:05:40 -07:00
parent 63457723cc
commit d41cb341b4

View File

@@ -3,11 +3,11 @@
- "src/**"
- "src/.*"
- "src/.*/**"
- rename:
- "^src/(.*)$": "$1"
- template:
- ".github/workflows/release.yaml"
- "src/.github/workflows/release.yaml"
- template-vars:
GH_APP_ID_VAR: CHRISTMAS_ISLAND_APP_ID
GH_APP_KEY_SECRET: CHRISTMAS_ISLAND_PRIVATE_KEY
GH_APP_OWNER: christmas-island
- rename:
- "^src/(.*)$": "$1"