Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoxc committed Jun 20, 2024
1 parent c1f18cd commit 18b406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
echo "run_testpypi=false" >> $GITHUB_OUTPUT
fi
if [[ "$task" == "none" ]]; then
echo "match=true" >> $GITHUB_OUTPUT
else
echo "match=false" >> $GITHUB_OUTPUT
else
echo "match=true" >> $GITHUB_OUTPUT
fi
- name: Checkout repo
Expand Down

0 comments on commit 18b406b

Please sign in to comment.