Skip to content

feat: add fd, starship, zellij, and update config #11

feat: add fd, starship, zellij, and update config

feat: add fd, starship, zellij, and update config #11

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