Skip to content

fix: relax kysely peer version; use telegraf's SessionStore; update a… #8

fix: relax kysely peer version; use telegraf's SessionStore; update a…

fix: relax kysely peer version; use telegraf's SessionStore; update a… #8

Workflow file for this run

name: Release
on:
push:
tags:
- v2.*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm ci --ignore-scripts
- run : npm run prepare
- name: Publish to npm
run : |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts
env :
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}