Skip to content

Commit

Permalink
Fix set-output deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Oct 14, 2022
1 parent 4d0c14a commit 1e238fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
env:
GITHUB_REF: ${{ github.ref }}
run: |
echo "::set-output name=body::$(python .github/workflows/extract_changes.py)"
echo "body=$(python .github/workflows/extract_changes.py)" >>$GITHUB_OUTPUT
- name: Create Release
id: create_release
Expand Down

0 comments on commit 1e238fb

Please sign in to comment.