.github: Add comments to release workflow
Add more details on parts of the steps. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
c6d96c8364
commit
979ef4e90a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue