Skip to content

Commit a665157

Browse files
authored
Meta: Disable automatic release notes again because it’s broken
1 parent 03694fa commit a665157

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ jobs:
3030
- uses: fregante/daily-version-action@v1
3131
name: Create tag if necessary
3232
id: daily-version
33-
- if: steps.daily-version.outputs.created
34-
name: Create release
35-
uses: actions/github-script@v5.0.0
36-
with:
37-
github-token: ${{ secrets.GITHUB_TOKEN }}
38-
script: |
39-
await github.request(`POST /repos/${{ github.repository }}/releases`, {
40-
tag_name: "${{ steps.version.outputs.version }}",
41-
generate_release_notes: true
42-
});
4333

4434
Submit:
4535
needs: Version

0 commit comments

Comments
 (0)