We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03d6f2 commit 5f78559Copy full SHA for 5f78559
.github/workflows/beta.yaml
@@ -48,14 +48,6 @@ jobs:
48
uses: actions/upload-pages-artifact@v3
49
with:
50
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
59
- name: Create Release Pull Request or Publish
60
id: changesets
61
uses: changesets/action@v1
0 commit comments