Skip to content

Commit 40422e1

Browse files
Copilotdmattia
andcommitted
Fix prettier formatting - use single quotes for NODE_AUTH_TOKEN
Co-authored-by: dmattia <8922077+dmattia@users.noreply.github.com>
1 parent 4113af7 commit 40422e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Publish to yarn/npm
114114
run: yarn npm publish
115115
env:
116-
NODE_AUTH_TOKEN: ""
116+
NODE_AUTH_TOKEN: ''
117117

118118
build-to-github-packages:
119119
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)