Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit c5fb5fb

Browse files
committed
Remove grep from print env
1 parent 4767c43 commit c5fb5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Print Environment Variables
2828
run: |
29-
printenv | grep NPM_TOKEN
29+
printenv
3030
3131
- name: Publish to NPM
3232
run: |

0 commit comments

Comments
 (0)