0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Reset the preview release branch

This commit is contained in:
Matthew Phillips 2024-08-15 13:37:09 -04:00
parent a05095406e
commit d8f9a8397d

View file

@ -84,7 +84,7 @@ jobs:
- name: Bump Package Versions
id: changesets
run: |
pnpm exec changeset status --since origin/next --output status.output.json 2>&1
pnpm exec changeset status --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)