github/workflows/release.yml: enable creating release artifacts
This commit is contained in:
parent
be1cfec923
commit
cad909e77a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -14,3 +14,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
|
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
|
||||||
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||||
|
build_release_artifacts: 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue