Skip to content

Commit 3b1b6b0

Browse files
author
Julien Ruaux
committed
build: Check out using fetch-depth 0
1 parent 43e4a96 commit 3b1b6b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/early-access.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Release
1719
uses: redis-field-engineering/redis-release-action@v2

0 commit comments

Comments
 (0)