Skip to content

Commit 2cef254

Browse files
chore: minor debug
1 parent d1e4698 commit 2cef254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46-
run: |
46+
run:
47+
echo "NPM_TOKEN: $NPM_TOKEN"
4748
yarn release
4849

4950
# Optionally, you can include a job to deploy to npm

0 commit comments

Comments
 (0)