Use peezy.tech npm scope
This commit is contained in:
parent
46878f0e15
commit
46180a2865
24 changed files with 73 additions and 73 deletions
8
.github/workflows/publish-codex-flows.yml
vendored
8
.github/workflows/publish-codex-flows.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue