Skip to content

chore: update nvim deps #20

chore: update nvim deps

chore: update nvim deps #20

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 }}