Skip to content

Commit

Permalink
build: include source code in package
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Aug 2, 2024
1 parent 11a765d commit 1c6777d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Package the project
run: dotnet pack --configuration Release
run: dotnet pack --include-source -c Release

- name: Check if version is already published
id: check_version
Expand Down
2 changes: 1 addition & 1 deletion Janitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>Janitor</Title>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<PackageId>RobloxCS.Janitor</PackageId>
</PropertyGroup>

Expand Down

0 comments on commit 1c6777d

Please sign in to comment.