mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Allow snapshot releases against next
This commit is contained in:
parent
e853526c39
commit
a05095406e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snapshot-release.yml
vendored
2
.github/workflows/snapshot-release.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
|||
- name: Bump Package Versions
|
||||
id: changesets
|
||||
run: |
|
||||
pnpm exec changeset status --output status.output.json 2>&1
|
||||
pnpm exec changeset status --since origin/next --output status.output.json 2>&1
|
||||
pnpm exec changeset version --snapshot ${{ steps.getSnapshotName.outputs.result }}
|
||||
|
||||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
|
|
Loading…
Reference in a new issue