1
0
Fork 0

Update release.yml

pull/11037/head
Alex 2022-08-28 08:40:56 +01:00 committed by Jordi Boggiano
parent ceec6ff8e2
commit a1bc424a06
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 5 additions and 0 deletions

View File

@ -5,11 +5,16 @@ on:
tags:
- "*"
permissions:
contents: read
env:
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist"
jobs:
build:
permissions:
contents: write # for actions/create-release to create a release
name: Upload Release Asset
runs-on: ubuntu-latest
steps: