diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 16d0377..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Release from Changelog - -# Controls when the action will run. Workflow runs when manually triggered using the UI -# or API. - -on: - push: - tags: - - "v*" - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - release_version: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Generate GitHub Release - uses: lsegal/github-release-from-changelog-action@latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}