Skip to content

Merge pull request #291 from lob/BGSTB-749/fix/type-exports-for-bundl… #34

Merge pull request #291 from lob/BGSTB-749/fix/type-exports-for-bundl…

Merge pull request #291 from lob/BGSTB-749/fix/type-exports-for-bundl… #34

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
tag: latest
access: public
check-version: true