diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 7ab7b547..82d83a56 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -59,12 +59,17 @@ jobs: - name: Publish Package run: npm publish + - name: Set Remote URL + run: | + git remote set-url origin https://github.com/gofynd/nitrozen-vue + - name: Stage changes run: git add . - name: Sync changes run: git pull + - name: Commit changes run: | git add package.json