Skip to content

Commit

Permalink
Merge pull request #20 from ollama/mxyng/ci
Browse files Browse the repository at this point in the history
fix publish ci
  • Loading branch information
mxyng authored Jan 23, 2024
2 parents 9ed20fc + 1e43a58 commit 38a66f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: npm
- run: npm ci
- run: |
npm version ${GITHUB_REF_NAME#v}
npm version --no-git-tag-version ${GITHUB_REF_NAME#v}
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 38a66f6

Please sign in to comment.