1
0
Fork 0

Update release.yml

pull/11048/head
Alex 2022-08-28 08:40:56 +01:00 committed by Jordi Boggiano
parent 6c6e81ee80
commit 7133a0d717
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: tags:
- "*" - "*"
permissions:
contents: read
env: env:
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist" COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist"
jobs: jobs:
build: build:
permissions:
contents: write # for actions/create-release to create a release
name: Upload Release Asset name: Upload Release Asset
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: