Fix release bug

This commit is contained in:
Nico1704 2023-01-18 03:10:39 +01:00 committed by GitHub
parent 9b40b373ec
commit b5de54b584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,8 @@ jobs:
build: build:
if: github.event.repository.owner.id == github.event.sender.id if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
permissions:
contents: write
steps: steps:
- name: Display Run Parameters - name: Display Run Parameters
run: | run: |