From e93387df5ec72a7dd43ed76863e76acb2acfdbce Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Sat, 19 Mar 2022 11:27:33 +0100 Subject: [PATCH] removed terraform publish logic --- .github/workflows/publish-terraform.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/publish-terraform.yaml diff --git a/.github/workflows/publish-terraform.yaml b/.github/workflows/publish-terraform.yaml deleted file mode 100644 index d0de629..0000000 --- a/.github/workflows/publish-terraform.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Publish a new Github Release - -on: - push: - tags: - - '*' - -jobs: - Release: - name: Release - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: ncipollo/release-action@v1 - with: - generateReleaseNotes: true - name: 'v${{ github.ref_name }}' - token: ${{ secrets.GITHUB_TOKEN }}