Skip to content

Commit

Permalink
test: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyi1998 committed May 8, 2023
1 parent d69c586 commit ce13670
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
release_name: ${{ env.tag }}
tag_name: ${{ env.tag }}
body: RELEASE:${{ env.version }}. Generated By Github Actions.

- name: Upload macOS Binary
uses: actions/upload-release-asset@v1.0.1
Expand Down

0 comments on commit ce13670

Please sign in to comment.