Skip to content

Commit 0d65a31

Browse files
committed
fix(deps): use the latest semantic-release alpha directly through npx
1 parent ed37b95 commit 0d65a31

File tree

3 files changed

+2
-6214
lines changed

3 files changed

+2
-6214
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version-file: .nvmrc
28-
#- run: curl -fsSL https://raw.githubusercontent.com/npm/cli/refs/heads/oidc-install/install.sh | bash
29-
- run: npm publish --dry-run --tag=auth-check
30-
- run: npm clean-install
31-
- run: npm ls @semantic-release/npm --all
32-
- run: npx semantic-release --debug
28+
- run: npx semantic-release@alpha --debug
3329
env:
3430
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)