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 de09635 commit ce0d103Copy full SHA for ce0d103
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
- uses: actions/checkout@v3
16
with:
17
token: ${{ secrets.GH_TOKEN }}
18
+ # Get all history for proper release versioning.
19
+ fetch-depth: 0
20
21
- name: git config
22
run: |
0 commit comments