Skip to content

Commit c7dd188

Browse files
fix: change in github action
1 parent c5c1062 commit c7dd188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
run: npx semantic-release
24+
run: cd dist && npx semantic-release

0 commit comments

Comments
 (0)