Skip to content

docs upd

docs upd #51

/*
* ┌─────────────────────────────────────────────────────────────────────┐
* │ │
* │ ███╗ ███╗██╗██████╗ │
* │ ████╗ ████║██║██╔══██╗ │
* │ ██╔████╔██║██║██████╔╝ │
* │ ██║╚██╔╝██║██║██╔═══╝ │
* │ ██║ ╚═╝ ██║██║██║ │
* │ ╚═╝ ╚═╝╚═╝╚═╝ │
* │ │
* │ MInimal Package Manager │
* │ https://github.com/kiwinatra/mip │
* │ │
* │ MIT License · Copyright (c) 2026 kiwinatra │
* │ │
* └─────────────────────────────────────────────────────────────────────┘
*/
name: Release

Check failure on line 19 in .github/workflows/npm-publish-github-packages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/npm-publish-github-packages.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm install
- run: node scripts/build-release.js
- uses: softprops/action-gh-release@v1
with:
files: release/*
generate_release_notes: true
draft: false
prerelease: false