Skip to content

Commit c36a8a9

Browse files
Merge pull request #117 from WarehouseFinds/fix/release_action
Remove NuGet.org publishing option from GitHub Actions workflow and clean up release step inputs
2 parents d57326d + 05544d7 commit c36a8a9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/github-release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ on:
1818
required: false
1919
type: boolean
2020
default: true
21-
publish-nugetorg:
22-
description: 'Publish release to NuGet.org'
23-
required: false
24-
type: boolean
25-
default: false
2621

2722
jobs:
2823
setup:
@@ -61,12 +56,6 @@ jobs:
6156
runs-on: ubuntu-latest
6257
permissions:
6358
contents: write
64-
with:
65-
release-type: ${{ inputs['release-type'] }}
66-
release-version: ${{ needs.build.outputs.release-version }}
67-
publish-psgallery: ${{ inputs.publish-psgallery }}
68-
module-list: ${{ needs.setup.outputs.module-list }}
69-
secrets: inherit
7059
steps:
7160
- name: Release Module
7261
uses: ./.github/actions/ps-release
@@ -77,7 +66,6 @@ jobs:
7766
with:
7867
release-version: ${{ needs.build.outputs.release-version }}
7968
publish-psgallery: ${{ inputs.publish-psgallery }}
80-
publish-nugetorg: ${{ inputs.publish-nugetorg }}
8169
module-list: ${{ needs.setup.outputs.module-list }}
8270
env:
8371
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}

0 commit comments

Comments
 (0)