Skip to content

chore(config): enable automerge for patch updates #209

chore(config): enable automerge for patch updates

chore(config): enable automerge for patch updates #209

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_SEMANTIC_RELEASE }}
with:
semantic_version: 24.1.2
extra_plugins: |
- [email protected]