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 718134d commit 44c4acbCopy full SHA for 44c4acb
.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)
+ LAST_TAG=$(curl -sSL https://api.github.com/repos/alshdavid/http-server-rs/releases/latest | jq ".tag_name" | cut -d "." -f 3 | tr -d '"')
126
if [ "$LAST_TAG" = "" ]; then
127
LAST_TAG="0"
128
fi
0 commit comments