Skip to content

Commit c16651b

Browse files
Refactor GitHub Actions workflows by removing the obsolete ps-release workflow and simplifying action inputs
1 parent 44a38cd commit c16651b

File tree

2 files changed

+0
-117
lines changed

2 files changed

+0
-117
lines changed

.github/actions/ps-release/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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
1916
runs:
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:
@@ -37,10 +29,6 @@ runs:
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

.github/workflows/ps-release.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)