Skip to content

fix(esm build): add extension to types import (#25) #16

fix(esm build): add extension to types import (#25)

fix(esm build): add extension to types import (#25) #16

Workflow file for this run

name: Publish to NPM
on:
push:
branches: ['master', 'beta', 'alpha']
jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/publishToNPM.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}