0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

Allow publishing from this branch with legacy npm tag

This commit is contained in:
bluwy 2024-12-05 21:59:57 +08:00
parent 6f4793656e
commit 839979d24f
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"commit": false, "commit": false,
"linked": [], "linked": [],
"access": "public", "access": "public",
"baseBranch": "main", "baseBranch": "4-legacy",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true "onlyUpdatePeerDependentsWhenOutOfRange": true

View file

@ -7,6 +7,7 @@ on:
- "1-legacy" - "1-legacy"
- "2-legacy" - "2-legacy"
- "3-legacy" - "3-legacy"
- "4-legacy"
- next - next
defaults: defaults:
@ -50,7 +51,7 @@ jobs:
with: with:
# Note: pnpm install after versioning is necessary to refresh lockfile # Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm run version version: pnpm run version
publish: pnpm exec changeset publish publish: pnpm exec changeset publish --tag legacy
commit: "[ci] release" commit: "[ci] release"
title: "[ci] release" title: "[ci] release"
env: env: