Skip to content

Commit

Permalink
Adds --no-git-tag-version so will by pass the modifications to .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 22, 2024
1 parent 8de3677 commit f7c9795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Publish to npm
run: |
git status
npm version $NEW_VERSION
# git status
npm version $NEW_VERSION --no-git-tag-version
npm publish --tag=dev

0 comments on commit f7c9795

Please sign in to comment.