Skip to content

Commit f7dde0d

Browse files
fix: update git push URL in NPM publish workflow to point to the correct repository path
1 parent dfe186d commit f7dde0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config user.name "github-actions[bot]"
3434
git config user.email "github-actions[bot]@users.noreply.github.com"
3535
npm version patch -m "chore: bump version to %s [skip ci]"
36-
git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/chetannn-github/feature-flow.git main --follow-tags
36+
git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/chetannn-github/feature-flow/tree/main/react-sdk.git main --follow-tags
3737
3838
- name: Publish to NPM
3939
run: npm publish --access public

0 commit comments

Comments
 (0)