Skip to content

Commit 7406ab7

Browse files
committed
Update
1 parent 6384e92 commit 7406ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dotnet nuget push nupkgs/GmodNET.VersionTool.Target.*.nupkg --source gmodnet-packages --skip-duplicate --api-key az
4444
4545
- name: Push NuGets to NuGet.org
46-
if: github.event_name == 'release'
46+
if: github.event_name == 'release' && github.event.action == 'published'
4747
run: |
4848
dotnet nuget push nupkgs/GmodNET.VersionTool.*.nupkg --source nuget --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
4949
dotnet nuget push nupkgs/GmodNET.VersionTool.Core.*.nupkg --source nuget --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"Version": "1.0.0-preview.1"
2+
"Version": "1.0.1-preview.1"
33
}

0 commit comments

Comments
 (0)