mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -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: |
|
||||
|
||||
22
.github/workflows/tag.yml
vendored
22
.github/workflows/tag.yml
vendored
@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user