Skip to content

feat: add comment plugin and ranger config #28

feat: add comment plugin and ranger config

feat: add comment plugin and ranger config #28

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