Skip to content

Commit 0a7a257

Browse files
committed
semver
1 parent 44c4acb commit 0a7a257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
set -e
124124
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 '"')
125+
LAST_TAG=$(curl -sSL https://api.github.com/repos/alshdavid/http-server-rs/releases/latest | jq -r ".tag_name" | cut -d "." -f 3)
126126
if [ "$LAST_TAG" = "" ]; then
127127
LAST_TAG="0"
128128
fi

0 commit comments

Comments
 (0)