We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d547851 commit 5c6d9b5Copy full SHA for 5c6d9b5
.github/workflows/reusable_publish_changelog.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout repository # reusable workflows start clean, so we need to checkout again
18
uses: actions/checkout@v3
19
+ with:
20
+ fetch-depth: 0
21
- name: Git client setup and refresh tip
22
run: |
23
git config user.name "Release bot"
0 commit comments