Skip to content

Commit

Permalink
ci: fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 1, 2024
1 parent e71deac commit eb804df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/run/release-it/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ runs:
- shell: bash
run: |
git fetch --prune --prune-tags origin
git describe --tags --always
export GITHUB_TOKEN="${{ inputs.githubToken }}"
export HISTORY="$(git log $(git describe --tags --abbrev=0)..@ --no-merges --oneline --grep='^feat' --grep='^fix' --grep='^refactor' --grep='^deprecate')"

Expand Down

0 comments on commit eb804df

Please sign in to comment.