Update build.yml

adding write permission
This commit is contained in:
Alexander Vollkopf 2023-03-07 14:07:01 +01:00 committed by GitHub
parent 186c05dd2f
commit a5b06c826f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
name: Builds the source distribution package
steps: