Skip to content

Commit a38d43c

Browse files
committed
.github: Add comments to release workflow
Add more details on parts of the steps. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 09ca0ce commit a38d43c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
# Make the GH environment explicit
2121
environment: release
2222

23-
# Mandatory for trusted publishing
2423
permissions:
24+
# Mandatory for attaching assets to releases
2525
contents: write
26+
# Mandatory for trusted publishing
2627
id-token: write
2728

2829
steps:
@@ -31,6 +32,7 @@ jobs:
3132
with:
3233
path: dist/
3334

35+
# The assets can be attached to an existing release, if a matching tag is found
3436
- name: Upload release assets
3537
uses: softprops/action-gh-release@v2
3638
with:

0 commit comments

Comments
 (0)