Skip to content

Commit 1bd9d35

Browse files
committed
testing
1 parent e0ad12a commit 1bd9d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
# Create a unique version using the commit SHA as a prerelease identifier
132132
# This ensures we can publish multiple times from the same codebase with unique versions
133-
npm version --no-git-tag-version 1.0.0-$COMMIT_SHA
133+
npm version --no-git-tag-version 1.0.1-$COMMIT_SHA
134134
# Publish the package to the npm registry with public access flag
135135
pnpm publish --access public --no-git-checks
136136

0 commit comments

Comments
 (0)