Skip to content

Commit

Permalink
ci: have release-please fetch git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwinter committed Oct 2, 2022
1 parent a88a0f0 commit 283ab54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
version-file: lib/sensible_logging/version.rb

- uses: actions/checkout@v2
with:
fetch-depth: 0 # so we can get tags
if: ${{ steps.release.outputs.release_created }}

- name: Set up Ruby
Expand Down

0 comments on commit 283ab54

Please sign in to comment.