Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Aug 14, 2024
1 parent 51aa1a3 commit 4bf02a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
nuget:
name: Validate Nuget Package
uses: ./.github/actions/nuget.yml
uses: ./.github/workflows/reusable/nuget.yml
with:
publish: false
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
nuget:
name: Publish Nuget Package
uses: ./.github/actions/nuget.yml
uses: ./.github/workflows/reusable/nuget.yml
with:
publish: true
secrets: inherit
File renamed without changes.

0 comments on commit 4bf02a5

Please sign in to comment.