Skip to content

Commit 6cec273

Browse files
committed
checkout git repository
1 parent 25df9da commit 6cec273

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-rc-auto.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
permissions:
2626
pull-requests: read
2727
steps:
28+
- name: Checkout repository
29+
uses: actions/checkout@v3
30+
with:
31+
fetch-depth: 1
32+
2833
- name: Extract semver from branch name
2934
id: extract-version
3035
run: |

0 commit comments

Comments
 (0)