We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17840f8 commit e03efa1Copy full SHA for e03efa1
.github/workflows/release-publish.yml
@@ -50,7 +50,8 @@ jobs:
50
echo "tag=$npm_tag" >> $GITHUB_OUTPUT
51
52
- name: Publish to npm
53
- run: npm publish packages/kontinuous --tag ${{ steps.npm-tag.outputs.tag }} --provenance --access public
+ working-directory: packages/kontinuous
54
+ run: npm publish --tag ${{ steps.npm-tag.outputs.tag }} --provenance --access public
55
56
- name: Get GitHub App Token
57
id: token
0 commit comments