Skip to content

Commit

Permalink
use single quote in if
Browse files Browse the repository at this point in the history
  • Loading branch information
abessette committed Sep 1, 2021
1 parent cfad72e commit 6625601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
push: false

update_release_with_asset:
if: ${{ github.event_name == "release" }}
if: ${{ github.event_name == 'release' }}
needs: [ django_test, publish_docker ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6625601

Please sign in to comment.