Skip to content

feat: add 'chron' sort type to lookupCastConversation (#204) #196

feat: add 'chron' sort type to lookupCastConversation (#204)

feat: add 'chron' sort type to lookupCastConversation (#204) #196

name: "Publish to npm 🚀"
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Set npm Config
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
- name: Publish to npm
run: npm publish --access public