Skip to content

Commit

Permalink
Report status after invoking npm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jul 24, 2023
1 parent a88a736 commit 957c7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/nightly-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ date=$(date +%Y%m%d)
# major.minor.patch version numbers are being used.
nightly="${version%.*}.$date"
npm version $nightly --no-git-tag-version

# Show which files have changed.
git status

0 comments on commit 957c7c5

Please sign in to comment.