Skip to content

Commit aaae4e3

Browse files
committed
Adding Validate NuGet Publish workflow, adding missing job names
1 parent 4c4e42e commit aaae4e3

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/publish-cloudsmith.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
publish-nuget:
10+
name: Publish to NuGet
1011
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1112
with:
1213
source: https://nuget.cloudsmith.io/lombiq/open-source-orchard-core-extensions/v3/index.json

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
publish-nuget:
10+
name: Publish to NuGet
1011
if: ${{ !contains(github.ref_name, '-preview.') }}
1112
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1213
secrets:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Validate NuGet Publish
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- dev
8+
9+
jobs:
10+
validate-nuget-publish:
11+
name: Validate NuGet Publish
12+
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev

0 commit comments

Comments
 (0)