We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c4acb commit 0a7a257Copy full SHA for 0a7a257
.github/workflows/release.yaml
@@ -122,7 +122,7 @@ jobs:
122
run: |
123
set -e
124
125
- LAST_TAG=$(curl -sSL https://api.github.com/repos/alshdavid/http-server-rs/releases/latest | jq ".tag_name" | cut -d "." -f 3 | tr -d '"')
+ LAST_TAG=$(curl -sSL https://api.github.com/repos/alshdavid/http-server-rs/releases/latest | jq -r ".tag_name" | cut -d "." -f 3)
126
if [ "$LAST_TAG" = "" ]; then
127
LAST_TAG="0"
128
fi
0 commit comments