Skip to content

fix(deps): update dependency molecule to >=24,<24.10 (#98) #44

fix(deps): update dependency molecule to >=24,<24.10 (#98)

fix(deps): update dependency molecule to >=24,<24.10 (#98) #44

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 }}