Skip to content

Commit edab2a7

Browse files
Removed redundant push
1 parent dd3a0dd commit edab2a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,4 @@
6969
- name: Update package.json to development version
7070
working-directory: ./typescript
7171
run: npm version ${{ github.event.inputs.developmentVersion }} --no-git-tag-version
72-
73-
- name: Push development version commit
74-
run: |
75-
git config user.name github-actions
76-
git config user.email github-actions@github.com
77-
git push
7872

0 commit comments

Comments
 (0)