github/workflows/release.yml: enable creating release artifacts

This commit is contained in:
Florian Schüller 2024-12-20 14:50:22 +01:00 committed by Florian Schüller
parent be1cfec923
commit cad909e77a

View file

@ -14,3 +14,4 @@ jobs:
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"
build_release_artifacts: 'true'