Skip to content

Commit ee52c47

Browse files
authored
Update blank.yml
1 parent f3e8a4e commit ee52c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Build Release notes
9393
run: |
94-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
94+
git fetch origin +refs/tags/*:refs/tags/*
9595
RELEASE_NAME=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})
9696
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_ENV
9797
git tag -l --format='%(contents:body)' ${{ github.ref_name }} >> ./release.md

0 commit comments

Comments
 (0)