We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77546a2 commit c1bbcdaCopy full SHA for c1bbcda
1 file changed
.github/workflows/draft-release.yml
@@ -92,13 +92,6 @@ jobs:
92
PREV_TAG=$(git describe --abbrev=0 --tags "${{ github.ref }}^")
93
echo "baseRef=$PREV_TAG" >> $GITHUB_ENV
94
95
- - name: Generate release notes
96
- id: generate_changelog
97
- uses: nblagoev/pull-release-notes-action@f2ccb8e7976e86655c98d5e77b655b31b005dc05 # v1.0.2
98
- with:
99
- base-ref: ${{ env.baseRef }}
100
- head-ref: ${{ github.ref }}
101
-
102
- name: Create a release
103
run: |
104
tagname="${GITHUB_REF#refs/tags/}"
0 commit comments