Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HungYann authored Nov 20, 2022
1 parent 86edb41 commit f119b0d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,18 @@ jobs:

- name: Test
run: go test -v ./...

- name: releases-action
uses: nickatnight/releases-action@v2

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Name of branch to release from
branch: main
name: aries
message: "发布编译后文件"
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: TODO New Release.
draft: false
prerelease: false



0 comments on commit f119b0d

Please sign in to comment.