We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e8a4e commit ee52c47Copy full SHA for ee52c47
.github/workflows/blank.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Build Release notes
93
run: |
94
- git fetch --depth=1 origin +refs/tags/*:refs/tags/*
+ git fetch origin +refs/tags/*:refs/tags/*
95
RELEASE_NAME=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})
96
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_ENV
97
git tag -l --format='%(contents:body)' ${{ github.ref_name }} >> ./release.md
0 commit comments