add command make version to in Makefile (#2579)

This commit is contained in:
HaiLaz
2023-04-14 10:09:19 +08:00
committed by GitHub
parent 32a7f6a0f0
commit fdc027734c
2 changed files with 12 additions and 16 deletions

View File

@ -19,18 +19,6 @@ jobs:
- name: Checkout Github Code
uses: actions/checkout@v3
# - name: Update Dependencies
# run: make gftidy
#
# - name: Commit & Push Changes
# uses: actions-js/push@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: master
# author_name: TagRobot
# author_email: tagrobot@goframe.org
# message: "auto update version to ${{ github.ref_name }}"
- name: Auto Creating Tags For Contrib Packages
run: |
git config --global user.email "tagrobot@goframe.org"