Skip to content

fix: kebab-case NEG names (#10) #12

fix: kebab-case NEG names (#10)

fix: kebab-case NEG names (#10) #12

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
name: semantic-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- id: semantic-release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.NITRIC_BOT_TOKEN }}