Skip to content

Commit

Permalink
feat ✨ 增加release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mss-boot committed Sep 2, 2021
1 parent 30eb280 commit 16701d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
- name: Build
run: go build -v .
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 16701d3

Please sign in to comment.