Skip to content

Commit

Permalink
ci: correctly quote milestone name
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Apr 25, 2024
1 parent 8b2156d commit f12bdfa
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 @@ -281,5 +281,5 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/edgelesssys/contrast/milestones \
-f title='${NEXT_MINOR}' \
-f title="${NEXT_MINOR}" \
-f state='open'

0 comments on commit f12bdfa

Please sign in to comment.