Skip to content

Commit

Permalink
Fix name in release workflow.
Browse files Browse the repository at this point in the history
Refs #382.
  • Loading branch information
jezdez committed May 18, 2021
1 parent 0b31abb commit 2591942
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 @@ -7,7 +7,7 @@ on:

jobs:
build:
if: github.repository == 'jazzband/django-rest-framework-simplejwt'
if: github.repository == 'jazzband/djangorestframework-simplejwt'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2591942

Please sign in to comment.