diff options
author | 2024-08-15 13:37:09 -0400 | |
---|---|---|
committer | 2024-08-15 13:37:09 -0400 | |
commit | d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948 (patch) | |
tree | a6f7f4ec5ed7088390642a1d967e8e802eb36682 | |
parent | a05095406ed67cb4490fd7dccc9464d4c771a41b (diff) | |
download | astro-d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948.tar.gz astro-d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948.tar.zst astro-d8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948.zip |
Reset the preview release branch
-rw-r--r-- | .github/workflows/snapshot-release.yml | 2 |
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) |