Skip to content

Commit

Permalink
Remove additional logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Apr 30, 2024
1 parent f24c404 commit fc33ff0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/module-npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,8 @@ jobs:
scope: ${{ inputs.scope }}
- name: Update version with TAG
run: |
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)
echo $(git tag)
TAG_NAME=$(git tag --sort=-version:refname | head -n 1)
echo $TAG_NAME
echo '------'
echo $(jq --arg a "$TAG_NAME" '.version = ($a)' package.json) > package.json
- run: yarn install
- run: yarn build
Expand Down

0 comments on commit fc33ff0

Please sign in to comment.