Skip to content

Commit

Permalink
build: bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Jul 16, 2024
1 parent 78e5745 commit da9543d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Find and publish the package
run: |
PACKAGE_PATH=$(find . -name "*.nupkg" | head -n 1)
PACKAGE_PATH=$(find ./RobloxCS/bin/Release -name "*.nupkg" -type f -print0 | xargs -0 ls -1t | head -n 1)
dotnet nuget push "$PACKAGE_PATH" --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
1 change: 1 addition & 0 deletions RobloxCS/roblox-cs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>RobloxCS</Title>
<Version>1.0.1</Version>
<StartupObject>RobloxCS.Program</StartupObject>
</PropertyGroup>

Expand Down

0 comments on commit da9543d

Please sign in to comment.