Skip to content

fix: add tsconfig as main #5

fix: add tsconfig as main

fix: add tsconfig as main #5

Workflow file for this run

name: Release
on:
push:
branches: ['main']
workflow_dispatch:
permissions:
contents: read
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
uses: joshunrau/semantic-release/.github/workflows/release.yaml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}