diff --git a/.changeset/thick-pots-lie.md b/.changeset/thick-pots-lie.md new file mode 100644 index 0000000..0a30c7b --- /dev/null +++ b/.changeset/thick-pots-lie.md @@ -0,0 +1,5 @@ +--- +"@cloudflare/dynamic-workflows": patch +--- + +Release to npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bff4896..4d2309b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,5 +53,6 @@ jobs: commit: 'chore: version packages' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # Uses OIDC trusted publishing - no NPM_TOKEN needed # Configure trusted publishers at npmjs.com for each package diff --git a/packages/dynamic-workflows/package.json b/packages/dynamic-workflows/package.json index 7392828..e4ef35d 100644 --- a/packages/dynamic-workflows/package.json +++ b/packages/dynamic-workflows/package.json @@ -1,5 +1,5 @@ { - "name": "dynamic-workflows", + "name": "@cloudflare/dynamic-workflows", "version": "0.1.0", "description": "Integrate Cloudflare Workflows with Dynamic Workers by routing workflow execution to tenant-specific dynamic workers", "repository": {