Skip to content

Commit b9b24f1

Browse files
committed
ci(npm-ls): avoid checking the version of the npm plugin for now
1 parent fa306e3 commit b9b24f1

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
@@ -28,7 +28,7 @@ jobs:
2828
#- run: curl -fsSL https://raw.githubusercontent.com/npm/cli/refs/heads/oidc-install/install.sh | bash
2929
- run: npm publish --dry-run --tag=auth-check
3030
- run: npm clean-install
31-
- run: npm ls @semantic-release/npm --all
31+
#- run: npm ls @semantic-release/npm --all
3232
- run: npx semantic-release@alpha --debug
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)