Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sults into develop
  • Loading branch information
marcominerva committed Dec 13, 2023
2 parents 4ff380b + 1f316d7 commit cd17825
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
publish:
name: Publish on NuGet
runs-on: ubuntu-latest
if: ${{ github.repository_owner == vars.REPOSITORY_OWNER }}

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
publish:
name: Publish on NuGet
runs-on: ubuntu-latest
if: ${{ github.repository_owner == vars.REPOSITORY_OWNER }}

steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish_minimalapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:
jobs:
publish:
name: Publish on NuGet
runs-on: ubuntu-latest
runs-on: ubuntu-latest
if: ${{ github.repository_owner == vars.REPOSITORY_OWNER }}

steps:
- name: Checkout
Expand Down

0 comments on commit cd17825

Please sign in to comment.