Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Aug 14, 2024
1 parent 5cda0b2 commit 51aa1a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
pull_request:

jobs:
validate-nuget:
nuget:
name: Validate Nuget Package
uses: ./.github/workflows/nuget.yml
uses: ./.github/actions/nuget.yml
with:
publish: false
secrets: inherit
12 changes: 12 additions & 0 deletions .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Release Nuget"

on:
workflow_dispatch:

jobs:
nuget:
name: Publish Nuget Package
uses: ./.github/actions/nuget.yml
with:
publish: true
secrets: inherit

0 comments on commit 51aa1a3

Please sign in to comment.