Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
M4n5ter committed May 2, 2023
1 parent 1fb3159 commit fd96a62
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
goos: darwin
steps:
- uses: actions/checkout@v3
- uses: softprops/action-gh-release@v1
with:
name: "Release ${{ github.ref_name }}"
generate_release_notes: true
- uses: zeromicro/go-zero-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -27,8 +31,3 @@ jobs:
goversion: "https://dl.google.com/go/go1.20.3.linux-amd64.tar.gz"
project_path: "./stash"
binary_name: "stash"

- uses: softprops/action-gh-release@v1
with:
name: "Release ${{ github.ref_name }}"
generate_release_notes: true

0 comments on commit fd96a62

Please sign in to comment.