Skip to content

feat: global context storage, ripgrep detection, and updated document… #4

feat: global context storage, ripgrep detection, and updated document…

feat: global context storage, ripgrep detection, and updated document… #4

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
on:
push:
tags:
- 'v*'
# Nota: La publicación manual a npm se hace con:
# npm run build && npm publish --access public
# La publicación manual a Docker se hace con:
# docker build -t gabrielav0301/architect-extractor:latest . && docker push