Skip to content

fix: handle bom in text and json (#1739) #46

fix: handle bom in text and json (#1739)

fix: handle bom in text and json (#1739) #46

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
- beta
- "*.x" # maintenance releases such as 2.x
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
- run: npm install
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}