Skip to content

Commit 2126a09

Browse files
committed
chore(ci): change path for publish
1 parent 98311ca commit 2126a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
103103
version: ${{ needs.should-release.outputs.current_version }}
104104
npm-auth-token: ${{ secrets.NPM_AUTH_TOKEN }}
105-
path: ./packages/your-lib
105+
path: .
106106

107107
create-tag:
108108
needs: [publish]

0 commit comments

Comments
 (0)