Skip to content

Commit

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

0 comments on commit 8e6d045

Please sign in to comment.