Skip to content

Commit

Permalink
build: add nuget package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira authored Mar 10, 2024
1 parent 407d83b commit 73cbf50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
version: "${{ steps.release.outputs.major }}.${{ steps.release.outputs.major }}.${{ steps.release.outputs.patch }}"
repo: thunderstore.io
token: ${{ secrets.THUNDERSTORE_KEY }}
outputs:
release_created: ${{ steps.release.outputs.release_created }}

nuget:
runs-on: windows-2019
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"conventionalCommits.scopes": []
"conventionalCommits.scopes": [
"release"
]
}

0 comments on commit 73cbf50

Please sign in to comment.