Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 16m25s

This commit is contained in:
root 2025-06-25 11:31:05 +01:00
parent a223d77e93
commit 579ab99e08

View file

@ -122,9 +122,9 @@ jobs:
--notes "Automated release created by CI" \ --notes "Automated release created by CI" \
--repo root/resilient --repo root/resilient
# Upload the JAR artifact # Upload the JAR artifact
forgejo release upload "v$VERSION" target/resilient*.jar \ forgejo release upload "v$VERSION" target/resilient*.jar \
--repo oguerreiro/resilient --repo root/resilient
# ################################################################## # ##################################################################
# ## THIS IS A RELEASE - Change master version to next SNAPSHOT ## # ## THIS IS A RELEASE - Change master version to next SNAPSHOT ##