release script improvement
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled

This commit is contained in:
Christoph J. Scherr 2024-01-18 22:02:06 +01:00
parent 1d9325f89a
commit 87f70ce610
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

View file

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