Skip to content

chore(deps): update terraform aws to ~> 5.81.0 (#1660) #862

chore(deps): update terraform aws to ~> 5.81.0 (#1660)

chore(deps): update terraform aws to ~> 5.81.0 (#1660) #862

Workflow file for this run

name: Auto release on merge
on:
push:
branches: ["master", "main"]
paths-ignore:
- '.github/**'
- '**/*.md'
- 'azure-pipelines.yaml'
- '.gitignore'
- '.pre-commit-config.yaml'
- 'LICENSE'
- 'renovate.json'
- 'test/**'
- 'src/**'
jobs:
auto-release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: patch
tag_prefix: ""