Skip to content

Commit

Permalink
Don't upload packages artifacts and bump version to 1.9.2 (nuget keep…
Browse files Browse the repository at this point in the history
…s validating package for some reason)
  • Loading branch information
amerkoleci committed Sep 12, 2023
1 parent 08fd0f6 commit 9b764ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Expand Up @@ -29,13 +29,6 @@ jobs:
- name: Pack
run: dotnet pack JoltPhysicsSharp.sln --configuration Release

- name: Upload Package Artifacts
uses: actions/upload-artifact@v3
with:
name: Packages
path: artifacts\*.nupkg
if-no-files-found: error

- name: Publish to NuGet
if: github.event_name == 'push'
run: dotnet nuget push artifacts/**/*.nupkg -k ${{secrets.NUGET_TOKEN}} --skip-duplicate --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion Directory.Build.props
Expand Up @@ -11,7 +11,7 @@

<!-- Version -->
<PropertyGroup>
<VersionPrefix>1.9.1</VersionPrefix>
<VersionPrefix>1.9.2</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 9b764ca

Please sign in to comment.