Skip to content

Commit

Permalink
Its not publishing from the correct directory it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 22, 2024
1 parent b272e25 commit f6448ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
- name: Publish to npm
run: |
npm version $NEW_VERSION --no-git-tag-version
npm publish --tag=dev
pwd
# npm version $NEW_VERSION --no-git-tag-version
# npm publish --tag=dev

0 comments on commit f6448ba

Please sign in to comment.