Skip to content

feat: Export aws_rds_cluster_instance in aurora postgres module (#557) #168

feat: Export aws_rds_cluster_instance in aurora postgres module (#557)

feat: Export aws_rds_cluster_instance in aurora postgres module (#557) #168

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/[email protected]
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
- name: release please
uses: google-github-actions/[email protected]
id: release
with:
release-type: simple
token: ${{ steps.generate_token.outputs.token }}
bump-minor-pre-major: true