Skip to content

Commit

Permalink
fix(CI): fix spell error
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghongtong <[email protected]>
  • Loading branch information
Rory-Z committed Oct 19, 2021
1 parent ba34e56 commit 54af992
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: EMQ X UI ${{ github.ref }} Released
release_name: Emqtt Bench ${{ github.ref }} Released
body: Emqtt Bench ${{ github.ref }} Released
draft: false
prerelease: false

Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.releases.outputs.upload_url }}
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./emqtt-bench-${{ needs.release.outputs.tag }}-${{ matrix.os }}-amd64.tar.gz
- name: Configure AWS Credentials
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 54af992

Please sign in to comment.