We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb6c47 commit ce08c1dCopy full SHA for ce08c1d
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- name: Check out
10
uses: actions/checkout@v3
11
+ with:
12
+ fetch-depth: 0
13
- name: Set Github identity
14
run: |
15
git config --global user.name clojure-build
0 commit comments