Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Meyer <[email protected]>
  • Loading branch information
burgerdev and katexochen authored Feb 19, 2024
1 parent acb15f6 commit 4c95ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/edgelesssys/nunki/milestones |
jq -r '.[] | .title' | grep -xqF "${{ inputs.version }}" || \
jq -r '.[] | .title' | \
grep -xqF "${{ inputs.version }}" && exit 0
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 4c95ba7

Please sign in to comment.