Skip to content

Commit db0cc9e

Browse files
committed
fix: update semantic-release to the new beta
1 parent 3769259 commit db0cc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version-file: .nvmrc
28-
- run: npx semantic-release@alpha --debug
28+
- run: npx semantic-release@beta --debug
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)