Skip to content

Commit 6b9962a

Browse files
delete github push from the CI (#101)
1 parent 8040298 commit 6b9962a

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/node_sdk_publish.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,3 @@ jobs:
9393
run: yarn publish --access public
9494
env:
9595
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
96-
97-
- name: Commit package.json changes
98-
run: |
99-
git config --local user.email "eli@permit.io"
100-
git config --local user.name "elimoshkovich"
101-
git add package.json
102-
git commit -m "bump package.json version to ${{ github.event.release.tag_name }}"
103-
104-
- name: Push changes to GitHub
105-
uses: ad-m/github-push-action@master
106-
with:
107-
github_token: ${{ secrets.TOKEN_GITHUB }}
108-
branch: main

0 commit comments

Comments
 (0)