Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura authored and Seldaek committed Aug 30, 2022
1 parent ceec6ff commit a1bc424
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a1bc424

Please sign in to comment.