~ruther/NosSmooth

bb9a527a25df2e3061e616efcbb7045ed920bb9a — František Boháček 3 years ago 8c97994
chore: change nuget push to start only on new release
1 files changed, 3 insertions(+), 3 deletions(-)

M .github/workflows/nuget-push.yml
M .github/workflows/nuget-push.yml => .github/workflows/nuget-push.yml +3 -3
@@ 3,8 3,8 @@
name: NuGet Update

on:
  push:
    branches: [main]
  release:
    type: [published]
  workflow_dispatch:

jobs:


@@ 28,4 28,4 @@ jobs:
      working-directory: nuget
      run: dotnet nuget push *.nupkg --skip-duplicate -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
      env:
        NUGET_AUTH_TOKEN: ${{secrets.NUGET_KEY}}
\ No newline at end of file
        NUGET_AUTH_TOKEN: ${{secrets.NUGET_KEY}}

Do not follow this link