Skip to content

Commit 727aa20

Browse files
committed
remove git push block
1 parent 7f8b2ac commit 727aa20

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ jobs:
3232
git config --local user.email "${{ secrets.GIT_USER_EMAIL }}"
3333
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
3434
git commit -am "chore: 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 }}
35+
git push origin ${{ github.ref }}
4136
4237
build:
4338
needs: [version]

0 commit comments

Comments
 (0)