Skip to content

Commit

Permalink
Fix release.yml extra hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jun 24, 2022
1 parent 069ac5a commit 87c6759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- - name: Check For pyproject.toml
- name: Check For pyproject.toml
id: need-pypi
run: |
echo ::set-output name=pyproject-toml::$( find . -wholename './pyproject.toml' )
Expand Down

0 comments on commit 87c6759

Please sign in to comment.