0
Fork 0
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:
Matthew Phillips 2024-08-15 13:33:54 -04:00
parent e853526c39
commit a05095406e

View file

@ -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)