feature/v2.4.0-rc4 (#2578)

* v2.4.0-rc3

* v2.4.0-rc4
This commit is contained in:
John Guo
2023-04-12 22:01:24 +08:00
committed by GitHub
parent 5bbec48679
commit 32a7f6a0f0
6 changed files with 68 additions and 18 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Build CLI Binary For All Platform
run: |
cd cmd/gf
gf build main.go -n gf -a amd64,386 -s windows,linux,darwin
gf build main.go -n gf -a all -s all
- name: Move Files Before Release
run: |

View File

@ -19,17 +19,17 @@ 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: 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: |