We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17928ce commit 5cec953Copy full SHA for 5cec953
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,9 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
20
- name: Set ENV for github-release
21
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
0 commit comments