Skip to content

feat!: update packages and fix breaking changes from which-key v3 #33

feat!: update packages and fix breaking changes from which-key v3

feat!: update packages and fix breaking changes from which-key v3 #33

Workflow file for this run

name: Semantic Release
on:
push:
branches: [ main ]
jobs:
release:
name: semantic release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}