Skip to content

Commit

Permalink
Update PUBLISH_PACKAGES.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 authored Feb 10, 2025
1 parent 460de4f commit 36880ab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/PUBLISH_PACKAGES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout repository
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
Expand All @@ -29,7 +29,4 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish DTSV.Net
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: DSTV.Net/DSTV.Net.csproj
NUGET_KEY: ${{secrets.PUBLISH_TO_NUGET_ORG}}
run: dotnet nuget push artifacts\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} --skip-duplicate

0 comments on commit 36880ab

Please sign in to comment.