Skip to content

Commit

Permalink
fix(ci): use correct release name
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Mar 2, 2023
1 parent 7582fd6 commit b280018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
release_name: ${{ steps.get_version.outputs.version }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: release/openai-translator-${{ steps.get_version.outputs.version-without-v }}.bobplugin
asset_name: openai-translator-${{ steps.get_version.outputs.version-without-v }}.bobplugin
Expand Down

0 comments on commit b280018

Please sign in to comment.