Skip to content

Commit 6828dd9

Browse files
tylergibbs1claude
andcommitted
Fix CI: remove redundant npm version step, bump to v0.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f38f47 commit 6828dd9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ jobs:
4848
gh release create "$TAG" --title "$TAG" --generate-notes
4949
5050
echo "Publishing stratus-sdk@$VERSION to npm"
51-
npm version "$VERSION" --no-git-tag-version
5251
npm publish --access public
5352
fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stratus-sdk",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)