Skip to content

Commit

Permalink
Further logs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Apr 30, 2024
1 parent 5f2d6d6 commit f2ad4dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/module-npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
run: |
TAG_NAME=$(git tag --sort=-version:refname | head -n 1)
echo '------'
git fetch --tags
echo 'List all tags:'
git tag -l
echo 'Get latest tag:'
git describe --tags `git rev-list --tags --max-count=1`
echo $(git tag --sort=-version:refname | head -n 1)
echo $(git tag | head -n 1)
echo $(git tag --sort=-version:refname)
Expand Down

0 comments on commit f2ad4dc

Please sign in to comment.