Skip to content

Commit e03efa1

Browse files
committed
chore(npm): fix publish
1 parent 17840f8 commit e03efa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
echo "tag=$npm_tag" >> $GITHUB_OUTPUT
5151
5252
- name: Publish to npm
53-
run: npm publish packages/kontinuous --tag ${{ steps.npm-tag.outputs.tag }} --provenance --access public
53+
working-directory: packages/kontinuous
54+
run: npm publish --tag ${{ steps.npm-tag.outputs.tag }} --provenance --access public
5455

5556
- name: Get GitHub App Token
5657
id: token

0 commit comments

Comments
 (0)