Skip to content

Commit ac49276

Browse files
committed
fix(ci): changelog-release — правильна назва пакета для release-команди
npx @nitra/cursor release резолвився у сторонній, непов'язаний пакет (без команди release взагалі — "Невідома команда: release"), тому кожен запуск падав і жоден pending change-file (app/.changes/, owner/.changes/) ніколи не релізився. Крок називався "Run n-cursor release" — це й був задум: n-cursor — валідний bin-alias вже наявного devDependency @7n/rules (те саме, що n-rules), підтверджено локально (resolves + release у списку команд).
1 parent 9b6fa96 commit ac49276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
git config user.name "github-actions[bot]"
5454
git config user.email "github-actions[bot]@users.noreply.github.com"
55-
npx @nitra/cursor release
55+
npx n-cursor release
5656
5757
- name: Detect produced release
5858
id: rel

0 commit comments

Comments
 (0)