From e44637d380fd563670ad74563c2dc4a28cf386e5 Mon Sep 17 00:00:00 2001 From: Gerson Alexander Pardo Gamez Date: Wed, 11 Nov 2020 23:58:55 -0500 Subject: [PATCH] removed release --- .github/workflows/release.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 87e8bb7..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,30 +0,0 @@ -on: - push: - tags: - - 'v*' - -name: Create Release - -jobs: - build: - name: Create Release - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: heinrichreimer/github-changelog-generator-action@v2.1.1 - id: changelog - with: - token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-release@latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: ${{ github.ref }} - body: | - ${{ steps.changelog.outputs.changelog }} - draft: false - prerelease: false \ No newline at end of file