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 a52283f commit 494c742Copy full SHA for 494c742
.github/workflows/on-merge-to-main.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: "Checkout"
18
uses: actions/checkout@v3
19
+ with:
20
+ fetch-depth: 0
21
#########################
22
# Release new version
23
.github/workflows/on-release-prod.yml
@@ -13,6 +13,8 @@ jobs:
13
14
15
0 commit comments