Skip to content

tooltip refactor, nip96 checkpoint, nip65 check latest event with cre… #75

tooltip refactor, nip96 checkpoint, nip65 check latest event with cre…

tooltip refactor, nip96 checkpoint, nip65 check latest event with cre… #75

Workflow file for this run

name: Create a release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm i
- run: npm run build
- run: npm run release
env:
GH_TOKEN: ${{ github.token }}
permissions:
packages: write
contents: write