Skip to content

8.1.2 (2023-07-31)

8.1.2 (2023-07-31) #9

Workflow file for this run

on:
release:
types: [published]
jobs:
publish-to-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --strict-semver --frozen-lockfile
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}