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

Commit 1844c8c

Browse files
committed
Update npm-publish.yml
1 parent 98aec51 commit 1844c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
name: Publish on npm
4444
needs: [test, build]
4545
runs-on: ubuntu-latest
46+
env:
47+
dist-directory: ./dist/lakto/horo/
4648
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
4749
# additional if condition: compare tag with package.json version
4850
# - name: Get the version

0 commit comments

Comments
 (0)