Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit e2187dc

Browse files
authored
Update build.yml
Skip publishing nightly packages for now
1 parent 4c0c5b7 commit e2187dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,5 @@ jobs:
344344
- name: Configure yarn
345345
run: yarn config set registry https://registry.npmjs.org/
346346
- name: Publish packages to npm
347-
run: yarn publish-packages
347+
#run: yarn publish-packages
348+
run: echo "Skipping yarn publish-packages step"

0 commit comments

Comments
 (0)