Skip to content

Commit

Permalink
Add release workflow - fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
noopur2507 committed Nov 27, 2023
1 parent 0f81d5d commit 3c9ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
update:
if: contains(github.event.milestone.description, Release)
if: contains(github.event.milestone.description, 'Release')
permissions:
pull-requests: write
contents: write
Expand Down

0 comments on commit 3c9ac09

Please sign in to comment.