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 239e24f commit 1aa6ae3Copy full SHA for 1aa6ae3
.github/workflows/blank.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Build Release notes
102
run: |
103
- git fetch --depth=1 origin +refs/tags/*:refs/tags/*
+ git fetch origin +refs/tags/*:refs/tags/*
104
RELEASE_NAME=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})
105
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_ENV
106
git tag -l --format='%(contents:body)' ${{ github.ref_name }} >> ./release.md
0 commit comments