Skip to content

Commit

Permalink
Run publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 20, 2024
1 parent 2efb983 commit fab3493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
echo "Version to publish: $NEW_VERSION"
# - name: Publish to npm
# run: |
# npm version $NEW_VERSION
# npm publish --tag dev
- name: Publish to npm
run: |
npm version $NEW_VERSION
npm publish --tag dev

0 comments on commit fab3493

Please sign in to comment.