Skip to content

Commit

Permalink
.github: Add comments to release workflow
Browse files Browse the repository at this point in the history
Add more details on parts of the steps.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
  • Loading branch information
pdgendt committed Oct 4, 2024
1 parent 09ca0ce commit a38d43c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a38d43c

Please sign in to comment.