Skip to content

Commit

Permalink
build(nuget): fix version and removed publicising
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Feb 10, 2024
1 parent 18de92c commit 8f6f062
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
github-token: ${{ secrets.DEPENDENCY_TOKEN }}
- name: Strip release artifact
run: |
./tools/NStrip.exe -cg -p --cg-exclude-events artifact/BepInEx/plugins/pi_utils/pi_utils.dll ./nuget/lib/pi_utils.dll
./tools/NStrip.exe artifact/BepInEx/plugins/pi_utils/pi_utils.dll ./nuget/lib/pi_utils.dll
- name: Pack nuget
run: nuget pack nuget -OutputFileNamesWithoutVersion -OutputDirectory build -Properties "git=https://github.com/${{ github.repository }}.git;name=${{ github.event.repository.name }};author=${{ github.repository_owner }};description=${{ github.event.repository.description }}"
- name: Publish nuget
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"conventionalCommits.scopes": [
"nuget"
"nuget",
"readme"
]
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"README.adoc",
".github/ISSUE_TEMPLATE/bug_report.md",
"plugin/PiUtils.csproj",
"nuget/PiUtilsDefinitions.cs",
"nuget/PiUtilsDefinitions.nuspec",
{
"type": "json",
"path": "manifest.json",
Expand Down

0 comments on commit 8f6f062

Please sign in to comment.