Skip to content

Commit

Permalink
seems like it will fail without no-git-tag but still push
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 22, 2024
1 parent 48ab78d commit b272e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ jobs:
- name: Publish to npm
run: |
npm version $NEW_VERSION
npm version $NEW_VERSION --no-git-tag-version
npm publish --tag=dev

0 comments on commit b272e25

Please sign in to comment.