Merge pull request #3 from matttrach/add-release-please
add release-please
This commit is contained in:
commit
5b2b8f79cf
|
|
@ -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
|
||||||
Loading…
Reference in New Issue