Skip to content

Commit d664944

Browse files
committed
fix publish action
1 parent 304126c commit d664944

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
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
job-name: "publish"
1515
nox-args: "-s publish"
16-
nox-env: >
16+
nox-env: |
1717
{
1818
"NODE_AUTH_TOKEN": "${{ secrets.NPM_AUTOMATION_TOKEN }}",
1919
"PYPI_USERNAME": "${{ secrets.PYPI_USERNAME }}",

0 commit comments

Comments
 (0)