Skip to content

Commit b6cbfa1

Browse files
authored
CI: fix release workflow
1 parent 6fc9629 commit b6cbfa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Release
2626
uses: softprops/action-gh-release@v2
2727
outputs:
28-
version: ${{ env.RELEASE_VERSION }}
28+
release_version: ${{ env.RELEASE_VERSION }}
2929

3030
build-release:
3131
name: Build release

0 commit comments

Comments
 (0)