summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2024-08-15 13:37:09 -0400
committerGravatar Matthew Phillips <matthew@skypack.dev> 2024-08-15 13:37:09 -0400
commitd8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948 (patch)
treea6f7f4ec5ed7088390642a1d967e8e802eb36682
parenta05095406ed67cb4490fd7dccc9464d4c771a41b (diff)
downloadastro-d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948.tar.gz
astro-d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948.tar.zst
astro-d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948.zip
Reset the preview release branch
-rw-r--r--.github/workflows/snapshot-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml
index 00ddd24a0..bee678c96 100644
--- a/.github/workflows/snapshot-release.yml
+++ b/.github/workflows/snapshot-release.yml
@@ -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)