Skip to content

Commit 7d88507

Browse files
shemogumbebaywet
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
1 parent 31741ee commit 7d88507

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@ jobs:
3131
run: |
3232
git config --local user.email "${{ secrets.GIT_USER_EMAIL }}"
3333
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
34-
git commit -am "Update version"
35-
36-
- name: Push changes
37-
uses: ad-m/github-push-action@master
38-
with:
39-
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
branch: ${{ github.ref }}
34+
git commit -am "chore: Update version"
35+
git push
4136
4237
build:
4338
needs: [version]

0 commit comments

Comments
 (0)