We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8040298 commit 6b9962aCopy full SHA for 6b9962a
1 file changed
.github/workflows/node_sdk_publish.yaml
@@ -93,16 +93,3 @@ jobs:
93
run: yarn publish --access public
94
env:
95
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