Skip to content

Commit

Permalink
Publish Dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 22, 2024
1 parent 72ce0cd commit 0378d72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ 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 0378d72

Please sign in to comment.