We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3597e commit 7a6fb93Copy full SHA for 7a6fb93
1 file changed
.github/workflows/release.yml
@@ -19,9 +19,8 @@ jobs:
19
run: dotnet build --configuration Release /p:Version=${VERSION}
20
- name: Test
21
run: dotnet test --configuration Release /p:Version=${VERSION} --no-build
22
- - name: Pack
23
- run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
24
- - name: Push
25
- run: dotnet nuget push FroniusSolarClient.Core.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${GITHUB_TOKEN}
26
- env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Publish FroniusSolarClient
+ uses: brandedoutcast/[email protected]
+ with:
+ PROJECT_FILE_PATH: FroniusSolarClient/FroniusSolarClient.csproj
+ NUGET_KEY: ${{secrets.NUGET_API_KEY}}
0 commit comments