Skip to content

Commit ce4ab0f

Browse files
committed
fix(semantic-release): add whoami
1 parent cbcc8ed commit ce4ab0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node-version: "16.x"
1717
- run: npm install
1818
- run: npm run check
19+
- run: npm whoami
1920
- run: npm run dist --if-present
2021
- run: npx semantic-release
2122
env:

0 commit comments

Comments
 (0)