fix release script
All checks were successful
cargo devel CI / cargo CI (push) Successful in 4m32s

This commit is contained in:
Christoph J. Scherr 2024-02-02 00:06:32 +01:00
parent 499bcdd4c1
commit 6267b0af45
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

View file

@ -7,7 +7,7 @@ BODY="
$(git log $(git describe --tags --abbrev=0)..HEAD --pretty="- %s" --oneline --decorate)
"
USER=PlexSheep
git tag "v$NEW_VERSION-test" || echo "could not tag"
git tag "v$NEW_VERSION" || echo "could not tag"
curl -X 'POST' \
'https://git.cscherr.de/api/v1/repos/PlexSheep/'$REPO'/releases' \
-H 'accept: application/json' \