Skip to content

Automatic releases

Automatic releases #44

Workflow file for this run

name: Automatic releases
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 */6 *'
permissions:
contents: write
pull-requests: write
jobs:
auto-release:
runs-on: ubuntu-latest
steps:
- name: Releasing if there is something new...
uses: impresscms-dev/[email protected]
with:
release_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch