Skip to content

Commit f086bf3

Browse files
committed
chore: fix publish script
1 parent 77b0807 commit f086bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
yarn version ${OLD_VERSION}-${{ steps.do-publish.outputs.prerelease }}
8787
fi
8888
89-
yarn build
89+
# yarn build
9090
env:
9191
CI: true
9292

0 commit comments

Comments
 (0)