Skip to content

Commit 5f78559

Browse files
author
Justin Kimbrell
committed
chore: fixed workflow
1 parent f03d6f2 commit 5f78559

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/beta.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
uses: actions/upload-pages-artifact@v3
4949
with:
5050
path: docs/.vitepress/dist
51-
- name: Enter Prerelease Mode
52-
run: |
53-
pnpm changeset pre enter beta
54-
55-
if [ -f .changeset/pre.json ]; then
56-
git add .changeset/pre.json
57-
git commit -m "ci: enter prerelease mode for ${{ github.ref_name }}" || echo "No changes to commit"
58-
fi
5951
- name: Create Release Pull Request or Publish
6052
id: changesets
6153
uses: changesets/action@v1

0 commit comments

Comments
 (0)