Skip to content

Commit 015b900

Browse files
committed
chore: remove debug log from beta release workflow
1 parent d6e5de7 commit 015b900

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/beta-release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
env:
4343
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
4444

45-
- name: Verify publish toolchain
46-
run: |
47-
which npm
48-
node -v
49-
npm -v
50-
5145
- name: Release a new beta version
5246
run: npm publish --tag beta --access public
5347

0 commit comments

Comments
 (0)