Skip to content

Commit 87e00b4

Browse files
committed
fix: actually echo to GITHUB_OUTPUT
1 parent b8b5db9 commit 87e00b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
TAG: ${{ github.ref_name }}
1919
id: split
20-
run: echo "repo_name=${TAG%%/*}"
20+
run: echo "repo_name=${TAG%%/*}" >> $GITHUB_OUTPUT
2121
release:
2222
name: Release ${{ needs.repo_name.outputs.repo_name }}
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)