Skip to content

Commit

Permalink
Adding Validate NuGet Publish workflow, adding missing job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 5, 2024
1 parent fee9dba commit bb754ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
publish-nuget:
name: Publish to NuGet
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}
12 changes: 12 additions & 0 deletions .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate NuGet Publish

on:
pull_request:
push:
branches:
- dev

jobs:
validate-nuget-publish:
name: Validate NuGet Publish
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev

0 comments on commit bb754ae

Please sign in to comment.