Skip to content

Commit

Permalink
Try to fetch tags with the GitHub action checkout
Browse files Browse the repository at this point in the history
By default, this GitHub action doesn't retrieve the tags of the current
branch but we need to get these tags for `dune-release`.
  • Loading branch information
Halbaroth committed Nov 3, 2023
1 parent e9e86ef commit 8b3c143
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 @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-tags: true

- name: Use OCaml ${{ env.OCAML_DEFAULT_VERSION }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 8b3c143

Please sign in to comment.