Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 15, 2023
1 parent 1f21027 commit 300f17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
echo "New tag is $NEW_TAG"
echo "Let's make sure this tag doesn't already exist..."
NEW_TAG=$CURRENT_TAG
i=0
while true ; do
RESPONSE=$(curl -sl https://api.github.com/repos/microsoft/CoseSignTool/releases/tags/$NEW_TAG)
echo "$RESPONSE" | jq -r '.message'
Expand Down

0 comments on commit 300f17b

Please sign in to comment.