removed terraform publish logic
This commit is contained in:
parent
5c418fb462
commit
e93387df5e
19
.github/workflows/publish-terraform.yaml
vendored
19
.github/workflows/publish-terraform.yaml
vendored
@ -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 }}
|
|
Loading…
Reference in New Issue
Block a user