Browse Source

Merge pull request #19 from ollama/mxyng/ci

fix publish ci
Michael Yang 1 year ago
parent
commit
9ed20fcc0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yaml

+ 1 - 1
.github/workflows/publish.yaml

@@ -19,5 +19,5 @@ jobs:
       - run: |
           npm version ${GITHUB_REF_NAME#v}
           npm publish
-        with:
+        env:
           NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}