Skip to content

Commit 1f87918

Browse files
committed
fetch tags
1 parent bd3deaf commit 1f87918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/binaries.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v4
29+
with:
30+
fetch-tags: true
2931
- uses: cachix/install-nix-action@v22
3032
- run: echo "(version $(git describe --always --dirty --abbrev=7))" >> dune-project
3133
- run: nix build ${{ matrix.installable }}

0 commit comments

Comments
 (0)