Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
negrifelipe committed Dec 23, 2021
1 parent adeaf51 commit 16a955a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Update assembly version
run: "sed -i \"s#<AssemblyVersion>0.0.0</AssemblyVersion>#<AssemblyVersion>${{ github.event.inputs.version }}</AssemblyVersion>#\" Feli.OpenMod.JoinLeaveMessages/Feli.OpenMod.JoinLeaveMessages.csproj"
- name: Build
run: dotnet build Feli.OpenMod.AdvancedCosmetics/Feli.OpenMod.AdvancedCosmetics.csproj --configuration Release --no-restore
run: dotnet build Feli.OpenMod.JoinLeaveMessages/Feli.OpenMod.JoinLeaveMessages.csproj --configuration Release --no-restore
- name: Push to NuGet
run: dotnet nuget push Feli.OpenMod.JoinLeaveMessages/bin/Release/*.nupkg
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
--source https://api.nuget.org/v3/index.json
--source https://api.nuget.org/v3/index.json

0 comments on commit 16a955a

Please sign in to comment.