Skip to content

Commit 408920b

Browse files
committed
add fix
1 parent fc1c1a6 commit 408920b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ on:
1010
release:
1111
types: [published]
1212

13-
env:
14-
BuildConfig: Release
15-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16-
1713
jobs:
1814
build:
1915
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
2016
with:
2117
configuration: Release
18+
secrets:
19+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)