Skip to content

Commit

Permalink
Fix git info formatting (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sherratt <[email protected]>
  • Loading branch information
gridbugs authored Aug 29, 2024
1 parent 57374a7 commit 5a4a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: cachix/install-nix-action@v22

- run: echo "(version $(git describe --always --dirty --abbrev=7))" > /tmp/git.txt
- run: git describe --always --dirty --abbrev=7 > /tmp/git.txt

- name: "WARNING: import and apply dune nix patch"
run: |
Expand Down

0 comments on commit 5a4a72f

Please sign in to comment.