We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe186d commit f7dde0dCopy full SHA for f7dde0d
1 file changed
.github/workflows/npm-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
git config user.name "github-actions[bot]"
34
git config user.email "github-actions[bot]@users.noreply.github.com"
35
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
+ git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/chetannn-github/feature-flow/tree/main/react-sdk.git main --follow-tags
37
38
- name: Publish to NPM
39
run: npm publish --access public
0 commit comments