Skip to content

Commit

Permalink
Update build-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess authored Mar 4, 2024
1 parent 00a688f commit 1bfa22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: dotnet pack -p:Version='${{ steps.vars.outputs.version }}' -c Release

- name: Upload NuGet package
if: github.event_name == 'push'
run: dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://nuget.daxcess.io/v3/index.json

- name: Build app
Expand Down

0 comments on commit 1bfa22f

Please sign in to comment.