We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31741ee commit 7d88507Copy full SHA for 7d88507
.github/workflows/publish.yml
@@ -31,13 +31,8 @@ jobs:
31
run: |
32
git config --local user.email "${{ secrets.GIT_USER_EMAIL }}"
33
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 }}
+ git commit -am "chore: Update version"
+ git push
41
42
build:
43
needs: [version]
0 commit comments