Skip to content

Commit 1aa6ae3

Browse files
authored
Update blank.yml
1 parent 239e24f commit 1aa6ae3

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
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Build Release notes
102102
run: |
103-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
103+
git fetch origin +refs/tags/*:refs/tags/*
104104
RELEASE_NAME=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})
105105
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_ENV
106106
git tag -l --format='%(contents:body)' ${{ github.ref_name }} >> ./release.md

0 commit comments

Comments
 (0)