Skip to content

Commit d320794

Browse files
test: debug failure
1 parent a0be269 commit d320794

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/reusable_release-npm.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ jobs:
3333
run: |
3434
RELEASE_TYPE="$([[ "$(git describe --abbrev=0 --tags)" =~ ^v[0-9]{1,}[\.][0-9]{1,}[\.][0-9]{1,}[-]((beta)|(rc)|(alpha))[\.][0-9]{1,}$ ]] && echo "prerelease" || echo "release")"
3535
echo "releasetype=$RELEASE_TYPE" >> $GITHUB_ENV
36-
36+
37+
- name: "NPM Identity"
38+
run: |
39+
npm whoami
40+
npm config get registry
41+
npm publish --dry-run
42+
3743
- name: "Git Config"
3844
run: |
3945
git config user.name "Github Workflow (on behalf of ${{ github.actor }})"

0 commit comments

Comments
 (0)