From c1edb195a0ad612c689a375355951fd6333ae63e Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 20 Oct 2020 19:32:59 -0400 Subject: [PATCH] build: remove changelog code --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5452f3..62344de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,15 +48,3 @@ jobs: npm publish --tag latest env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.ref }} - release_name: ${{ github.ref }} - body_path: CHANGELOG_LATEST.md - draft: true - prerelease: true