Skip to content

Commit 4198347

Browse files
committed
chore: add debug step
1 parent 8f7c00b commit 4198347

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Build project
3030
run: npm run build
3131

32+
- name: Debug
33+
run: |
34+
echo "${{ secrets.NPM_USERNAME }}" | cut -c 1-3
35+
3236
- name: Publish to npm
3337
run: |
3438
echo "registry=https://packages.atlassian.com/api/npm/npm-public/" >> ~/.npmrc
@@ -39,5 +43,3 @@ jobs:
3943
echo "//packages.atlassian.com/api/npm/npm-public/:always-auth=true" >> ~/.npmrc
4044
4145
npm publish
42-
43-
npm publish

0 commit comments

Comments
 (0)