Skip to content

automation_initiator_location set by user (#75) #1

automation_initiator_location set by user (#75)

automation_initiator_location set by user (#75) #1

Workflow file for this run

name: Auto release on merge
on:
push:
branches: [master, main]
paths-ignore:
- .github/**
- "**/*.md"
- .gitignore
- .pre-commit-config.yaml
- .tflint.hcl
- LICENSE
- renovate.json
- examples/**
- scripts/**
- test/**
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: ""