We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ca0ce commit a38d43cCopy full SHA for a38d43c
1 file changed
.github/workflows/release.yml
@@ -20,9 +20,10 @@ jobs:
20
# Make the GH environment explicit
21
environment: release
22
23
- # Mandatory for trusted publishing
24
permissions:
+ # Mandatory for attaching assets to releases
25
contents: write
26
+ # Mandatory for trusted publishing
27
id-token: write
28
29
steps:
@@ -31,6 +32,7 @@ jobs:
31
32
with:
33
path: dist/
34
35
+ # The assets can be attached to an existing release, if a matching tag is found
36
- name: Upload release assets
37
uses: softprops/action-gh-release@v2
38
0 commit comments