Skip to content

fix: disable commit lint from semantic releae commits #3

fix: disable commit lint from semantic releae commits

fix: disable commit lint from semantic releae commits #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
uses: dev-ahmadbilal/reuseble-workflows/.github/workflows/release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}