Skip to content

Regenerate package-lock.json to fix npm ci integrity error #2

Regenerate package-lock.json to fix npm ci integrity error

Regenerate package-lock.json to fix npm ci integrity error #2

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm run package
- uses: softprops/action-gh-release@v2
with:
files: meet-gemini-notebooklm.zip
generate_release_notes: true