Skip to content

Commit

Permalink
Updated GA script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Apr 17, 2024
1 parent 3e136b3 commit 2557811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
#-----------------------------------------------------------------------
# Deploy packages (develop)

- name: Deploy NuGet package (develop/ref1)
if: startsWith( github.ref, 'refs/tags/' )
run: |
dotnet nuget push artifacts/DupeNukem.*.nupkg --source ref1
#- name: Deploy NuGet package (develop/ref1)
# if: startsWith( github.ref, 'refs/tags/' )
# run: |
# dotnet nuget push artifacts/DupeNukem.*.nupkg --source ref1

#-----------------------------------------------------------------------
# Deploy packages (main)
Expand Down

0 comments on commit 2557811

Please sign in to comment.