Skip to content

chore: add missing types #5

chore: add missing types

chore: add missing types #5

Workflow file for this run

name: Release
on:
push:
branches:
- main # set your default branch
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release by DX Heroes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dxheroes/gh-action-auto-release@v1
with:
release-type: node
package-name: cross-link-ai
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}