Skip to content

Commit

Permalink
Cleaned changelog & push repo (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
1xyz authored May 26, 2020
1 parent e065409 commit 94e3aaa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
env:
REPO: ${{ github.repository }}

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -57,8 +51,6 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
body: |
${{ steps.Changelog.outputs.changelog }}

- name: Upload Linux Release Asset
id: upload-release-asset-linux
Expand Down
Empty file modified generate_changelog.sh
100644 → 100755
Empty file.
5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit 94e3aaa

Please sign in to comment.