Skip to content

Commit

Permalink
View git status for unclean directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 22, 2024
1 parent 0378d72 commit 7fccf00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@ jobs:
- name: Echo version to Publish
run: |
echo "Version to publish: $NEW_VERSION"
git status
- 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 7fccf00

Please sign in to comment.