mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
Merge branch 'next' into astro-dot-session
This commit is contained in:
commit
82551aeef5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/snapshot-release.yml
vendored
4
.github/workflows/snapshot-release.yml
vendored
|
@ -87,6 +87,8 @@ jobs:
|
|||
# Snapshots don't work in pre mode. See https://github.com/changesets/changesets/issues/1195
|
||||
pnpm exec changeset pre exit || true
|
||||
pnpm exec changeset status --output status.output.json 2>&1
|
||||
# Snapshots don't work in pre mode. See https://github.com/changesets/changesets/issues/1195
|
||||
pnpm exec changeset pre exit || true
|
||||
pnpm exec changeset version --snapshot ${{ steps.getSnapshotName.outputs.result }}
|
||||
|
||||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
|
@ -104,8 +106,6 @@ jobs:
|
|||
id: publish
|
||||
run: |
|
||||
GITHUB_ACTIONS=0 pnpm run build > build.output.txt 2>&1
|
||||
# Snapshots don't work in pre mode. See https://github.com/changesets/changesets/issues/1195
|
||||
pnpm exec changeset pre exit || true
|
||||
pnpm exec changeset publish --tag experimental--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
|
||||
|
||||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
|
|
Loading…
Add table
Reference in a new issue