Use peezy.tech npm scope

This commit is contained in:
matamune 2026-05-12 15:34:46 +00:00
parent 46878f0e15
commit 46180a2865
24 changed files with 73 additions and 73 deletions

View file

@ -1,10 +1,10 @@
name: Publish @peezy-tech/codex-flows
name: Publish @peezy.tech/codex-flows
on:
workflow_dispatch:
inputs:
confirm_package:
description: "Type @peezy-tech/codex-flows to publish"
description: "Type @peezy.tech/codex-flows to publish"
required: true
type: string
@ -14,7 +14,7 @@ permissions:
jobs:
publish:
if: inputs.confirm_package == '@peezy-tech/codex-flows'
if: inputs.confirm_package == '@peezy.tech/codex-flows'
runs-on: ubuntu-latest
environment: npm-publish
steps:
@ -39,7 +39,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Release check
run: bun run --filter @peezy-tech/codex-flows release:check
run: bun run --filter @peezy.tech/codex-flows release:check
- name: Publish
working-directory: packages/codex-client