Skip to content

Commit 7f7b7f7

Browse files
teallarsonclaude
andauthored
fix release workflow by removing redundant npm upgrade (#33)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 32a5f6c commit 7f7b7f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
node-version: 22
2626
registry-url: "https://registry.npmjs.org"
27-
- run: npm install -g npm@latest
2827
- run: bun install
2928

3029
- name: Check if version changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcadeai/create-agent",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"type": "module",
55
"description": "Scaffold an Arcade-powered AI agent",
66
"license": "MIT",

0 commit comments

Comments
 (0)