Skip to content

Commit

Permalink
Update:
Browse files Browse the repository at this point in the history
release.yml
-----------------------------------------------------------------------
[Fix] Replace deprecated code.
-----------------------------------------------------------------------
  • Loading branch information
RetroCyber committed Nov 11, 2024
1 parent b961826 commit 2996c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: |
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q '\.py$' ; then
echo "Python files were changed."
echo "::set-output name=python_changed::true"
echo "python_changed=true" >> $GITHUB_OUTPUT
else
echo "No Python files were changed."
echo "::set-output name=python_changed::false"
echo "python_changed=false" >> $GITHUB_OUTPUT
fi
- name: Install dependencies
Expand Down

0 comments on commit 2996c28

Please sign in to comment.