Skip to content

Commit 9bc02cd

Browse files
committed
more tests
1 parent 3b765c0 commit 9bc02cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ jobs:
2626
- name: "NPM Identity"
2727
env:
2828
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
BLA: as
2930
run: |
3031
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
3132
cat .npmrc
33+
echo ${{ secrets.NPM_TOKEN }}
34+
echo $BLA
35+
3236
# - name: Install dependencies
3337
# run: npm ci
3438
# - name: Run tests

0 commit comments

Comments
 (0)