From 4e9e85cb4917dd6612cfd05d99efc386ad0f67d1 Mon Sep 17 00:00:00 2001 From: matttrach Date: Thu, 12 Oct 2023 14:59:43 -0500 Subject: [PATCH] add release-please Signed-off-by: matttrach --- .github/workflows/release.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/release.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..1e78990 --- /dev/null +++ b/.github/workflows/release.yaml @@ -0,0 +1,18 @@ +name: 'Testing' + +on: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + +jobs: + release: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + release-type: terraform-module \ No newline at end of file