Skip to content

chore(deps): update cycjimmy/semantic-release-action action to v4.1.1 #193

chore(deps): update cycjimmy/semantic-release-action action to v4.1.1

chore(deps): update cycjimmy/semantic-release-action action to v4.1.1 #193

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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.1
extra_plugins: |
- conventional-changelog-conventionalcommits@8.0.0