Skip to content

Commit

Permalink
Merge pull request #40 from levigo/fix/JWT-4269_narrow_fetch_depth_to…
Browse files Browse the repository at this point in the history
…_minimum

fix(JWT-4269): brute force - only fetch tags with correct prefix
  • Loading branch information
benjaminalbanese authored Jan 17, 2024
2 parents 6b5ecd9 + 38741e4 commit 80d0277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 10

- name: Bump version and create tag
id: semantic_version
Expand All @@ -36,7 +37,7 @@ jobs:
release_branches: maintenance/maint-1x
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: ${{ env.JWT_TAG_PREFIX }}
fetch_all_tags: true


- name: Verify and print new build number
run: |
Expand Down

0 comments on commit 80d0277

Please sign in to comment.