Skip to content

July 1, 2024 bot API update #11

July 1, 2024 bot API update

July 1, 2024 bot API update #11

Workflow file for this run

name: Publish
on:
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}