File tree Expand file tree Collapse file tree 2 files changed +0
-117
lines changed
Expand file tree Collapse file tree 2 files changed +0
-117
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,12 @@ inputs:
1010 publish-psgallery :
1111 description : Publish to PowerShell Gallery
1212 required : true
13- publish-nugetorg :
14- description : Publish to NuGet.org (not implemented)
15- required : true
1613 module-list :
1714 description : Comma-separated list of PowerShell modules to cache
1815 required : true
1916runs :
2017 using : composite
2118 steps :
22- - name : Checkout repository
23- uses : actions/checkout@v6
24- with :
25- repository : ${{ github.repository }}
26-
2719 - name : Restore cached PowerShell modules
2820 uses : potatoqualitee/psmodulecache@ee5e9494714abf56f6efbfa51527b2aec5c761b8 # v6.2.1
2921 with :
3729 name : build-v${{ inputs.release-version }}
3830 path : build
3931
40- - name : Display structure of downloaded files
41- shell : bash
42- run : ls -R build
43-
4432 - name : Generate release notes
4533 shell : pwsh
4634 id : generate_release_notes
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments