Skip to content

Commit 54b8473

Browse files
author
Jonathan
committed
nuget publish issue
1 parent 341a5ec commit 54b8473

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nuget.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ jobs:
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v3
10+
- name: Setup
11+
uses: ./.github/workflows/base
12+
- name: Build
13+
uses: ./.github/workflows/build
14+
with:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1017
- name: Nuget
1118
uses: ./.github/workflows/nuget
1219
with:

0 commit comments

Comments
 (0)