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 eb804df commit 405cd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/run/release-it/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ runs:
token: ${{ inputs.githubToken }}
ref: ${{ inputs.ref || github.ref }}
persist-credentials: false
fetch-depth: 0
- uses: taiga-family/ci/actions/setup/variables@main
- uses: taiga-family/ci/actions/setup/node@main
- uses: taiga-family/ci/actions/setup/config/git@main
Expand All @@ -41,8 +42,7 @@ runs:
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 405cd86

Please sign in to comment.