Skip to content

chore(deps): update terraform random to ~> 3.6.0 (#1217) #606

chore(deps): update terraform random to ~> 3.6.0 (#1217)

chore(deps): update terraform random to ~> 3.6.0 (#1217) #606

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: ""