Skip to content

feat: add bat and default editor var to nvim #14

feat: add bat and default editor var to nvim

feat: add bat and default editor var to nvim #14

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@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}