Skip to content

Commit

Permalink
fix: invalid workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Aug 29, 2023
1 parent 87ed760 commit 048744f
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 @@ -16,7 +16,7 @@ jobs:
with:
command: fmt
args: --check
deploy-to-pypi:
release:
needs: [lint]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 048744f

Please sign in to comment.