Skip to content

Merge pull request #43 from lancomsystems/renovate/actions-checkout-6.x #40

Merge pull request #43 from lancomsystems/renovate/actions-checkout-6.x

Merge pull request #43 from lancomsystems/renovate/actions-checkout-6.x #40

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
if: "${{ (github.event.commits[0].author.name != 'semantic-release-bot') }}"
steps:
- name: checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 23
extra_plugins: |
@semantic-release/exec@6
conventional-changelog-eslint@5
conventional-changelog-conventionalcommits@7
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}