feat!: setup next branch for v11 alpha releases

BREAKING CHANGE: This sets up the next branch for v11.x alpha/preview releases with semantic-release configuration
This commit is contained in:
Yang Jun
2026-07-07 22:17:20 +08:00
parent 7ab49f999a
commit a8a09d5a6d
2 changed files with 8 additions and 7 deletions
+1 -6
View File
@@ -24,12 +24,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
if [ ${{ github.ref == 'refs/heads/master' }} ]; then
npx semantic-release
else
npx semantic-release --dry-run
fi
run: npx semantic-release
- name: Archive npm failure logs
uses: actions/upload-artifact@v4
if: failure()