Skip to content

fix(talos): remove unnecessary parameter and add necessary #25

fix(talos): remove unnecessary parameter and add necessary

fix(talos): remove unnecessary parameter and add necessary #25

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.GH_TOKEN }}
with:
semantic_version: 23.0.2
extra_plugins: |
- "[email protected]"