Skip to content

Commit 329e71f

Browse files
committed
Fix release workflow
1 parent a64b0d6 commit 329e71f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
name: Create Github Release
7272
needs: [release]
7373
runs-on: ubuntu-latest
74+
outputs:
75+
version: ${{ steps.python-version.outputs.version }}
7476
strategy:
7577
matrix:
7678
include:
@@ -159,6 +161,7 @@ jobs:
159161
id: python-version
160162
run: |
161163
echo "version=$(python3 -m relenv versions --version=${{ matrix.version }})" | tee -a "$GITHUB_OUTPUT"
164+
162165
- name: Download Artifacts
163166
uses: actions/download-artifact@v4
164167
with:

0 commit comments

Comments
 (0)