Skip to content

ci(release): no release for style, ci and chore with scope project #90

ci(release): no release for style, ci and chore with scope project

ci(release): no release for style, ci and chore with scope project #90

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@61680d0e9b02ff86f5648ade99e01be17f0260a4 # v4.0.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_SEMANTIC_RELEASE }}
with:
semantic_version: 23.0.2
extra_plugins: |
- "conventional-changelog-conventionalcommits@7.0.2"