Skip to content

Commit

Permalink
🔧 fixed ci upload assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreedzt committed May 4, 2024
1 parent da51005 commit ad0de11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
version="${{ needs.verify-release.outputs.version }}"
gh release upload "v$version" ${{ env.ASSET }} ${{ env.ASSET_SUM }}
version="v${{ needs.verify-release.outputs.version }}"
gh release upload "$version" ${{ env.ASSET }} ${{ env.ASSET_SUM }}
docker:
name: Publish to Docker Hub
Expand Down

0 comments on commit ad0de11

Please sign in to comment.