Skip to content

✨ feat(notifications): give us a star #95

✨ feat(notifications): give us a star

✨ feat(notifications): give us a star #95

Workflow file for this run

name: Build
on:
push:
branches: [release]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21
- run: npm install
# - name: Start Redis
# uses: supercharge/[email protected]
# - run: npm run verify
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}