From 7d9fcfb5e3c32e8cae48ae083ce27bcea9c55c54 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 20 Aug 2021 08:28:41 +0200 Subject: [PATCH] chore: disable release note steps --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc6cbd3e1..48a30768c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,8 @@ jobs: env: REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }} REGISTRY_URL: registry.npmjs.org - - name: Create release notes - run: sh scripts/github-release.sh - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # FIXME: there is an issue where all the changelog is copied to the release notes (all versions) + # - name: Create release notes + # run: sh scripts/github-release.sh + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}