From 979ef4e90ae94420b300acd7bcabcea9e90cc3d1 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Fri, 4 Oct 2024 09:11:15 +0200 Subject: [PATCH] .github: Add comments to release workflow Add more details on parts of the steps. Signed-off-by: Pieter De Gendt --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 338b683..6bab276 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,10 @@ jobs: # Make the GH environment explicit environment: release - # Mandatory for trusted publishing permissions: + # Mandatory for attaching assets to releases contents: write + # Mandatory for trusted publishing id-token: write steps: @@ -31,6 +32,7 @@ jobs: with: path: dist/ + # The assets can be attached to an existing release, if a matching tag is found - name: Upload release assets uses: softprops/action-gh-release@v2 with: