Skip to content

chore(deps): update dependency ansible-lint to >=24.6.1,<24.7 (#89) #39

chore(deps): update dependency ansible-lint to >=24.6.1,<24.7 (#89)

chore(deps): update dependency ansible-lint to >=24.6.1,<24.7 (#89) #39

name: Release-Please
on:
push:
branches:
- main
jobs:
release-please:
# Do not run on forks.
if: github.repository == 'libretime/ansible-role-libretime'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.LIBRETIME_BOT_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
target-branch: ${{ github.ref_name }}