We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2203767 commit a0096e3Copy full SHA for a0096e3
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout project
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
+ with:
16
+ fetch-depth: 0
17
- name: Setup Build Cache
18
uses: actions/cache@v1
19
with:
0 commit comments