Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/thick-pots-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudflare/dynamic-workflows": patch
---

Release to npm
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/dynamic-workflows/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading