Skip to content

Commit

Permalink
build: remove changelog code
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhorton committed Oct 20, 2020
1 parent 84728fa commit c1edb19
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1edb19

Please sign in to comment.