We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af6c863 + 7406ab7 commit 482fce5Copy full SHA for 482fce5
.github/workflows/CI.yml
@@ -43,7 +43,7 @@ jobs:
43
dotnet nuget push nupkgs/GmodNET.VersionTool.Target.*.nupkg --source gmodnet-packages --skip-duplicate --api-key az
44
45
- name: Push NuGets to NuGet.org
46
- if: github.event_name == 'release'
+ if: github.event_name == 'release' && github.event.action == 'published'
47
run: |
48
dotnet nuget push nupkgs/GmodNET.VersionTool.*.nupkg --source nuget --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
49
dotnet nuget push nupkgs/GmodNET.VersionTool.Core.*.nupkg --source nuget --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
version.json
@@ -1,3 +1,3 @@
1
{
2
- "Version": "1.0.0"
+ "Version": "1.0.1-preview.1"
3
}
0 commit comments