Skip to content

Commit 263a7f2

Browse files
authored
Update patch.yml
1 parent 576843d commit 263a7f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/patch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14+
with:
15+
fetch-depth: 0
16+
1417
- name: Set current tag
1518
run: echo "CURRENT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
1619
- run: echo $CURRENT_TAG

0 commit comments

Comments
 (0)