From 6434d6d43d65c2e834bfcca107c7f395f158cdf6 Mon Sep 17 00:00:00 2001 From: iiTzArcur Date: Fri, 2 Feb 2024 17:58:24 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2e99f0..de8fcb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,18 @@ +name: Create Release on: workflow_dispatch: push: branches: - master -name: Create Release +permissions: + contents: read # for checkout jobs: - build: + release: + name: Add release to GitHub runs-on: windows-latest + permissions: + contents: write # to be able to publish a GitHub release + pull-requests: write # to be able to comment on released pull requests steps: - uses: actions/checkout@v3