Skip to content

Commit c09e61d

Browse files
committed
Merge pull-request #1064
2 parents 1714906 + 0928796 commit c09e61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
pnpm publish -r --no-git-checks --report-summary || {
293293
echo "❌ Publish failed. Check logs above.";
294294
exit 1;
295-
}"
295+
}
296296
echo "npm publish summary:"
297297
cat publish-summary.json || echo "No NPM publish summary generated"
298298

0 commit comments

Comments
 (0)