Skip to content

Commit e0ad12a

Browse files
committed
testing
1 parent 45765c3 commit e0ad12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 0.0.0-$COMMIT_SHA
133+
npm version --no-git-tag-version 1.0.0-$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)