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 3544f7d commit 0a486d5Copy full SHA for 0a486d5
.github/workflows/create-binaries.yml
@@ -15,6 +15,8 @@ jobs:
15
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
16
- name: Checkout the repository
17
uses: actions/checkout@v2
18
+ with:
19
+ fetch-depth: 0
20
- name: Generate Change Log
21
id: generate_log
22
run: |
0 commit comments