Skip to content

Commit

Permalink
ci: display all git tags and associated commits before publish (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Aug 17, 2021
1 parent 405b527 commit db00c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
lerna version --yes
git fetch --all --tags
git show-ref --tags -d
lerna publish from-git --yes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db00c4f

Please sign in to comment.