Skip to content

Commit 8cd94ce

Browse files
authored
Update npm-publish.yml
1 parent 3161d2e commit 8cd94ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
registry-url: https://registry.npmjs.org/
1818

1919
- run: yarn
20-
- run: yarn build
20+
# - run: yarn build
2121
- run: yarn publish --access=public --tag=next
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)