-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions-bot
committed
Mar 8, 2024
1 parent
e5fe385
commit b6561e8
Showing
165 changed files
with
1,758 additions
and
1,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,45 @@ defaults: | |
permissions: | ||
contents: write | ||
issues: write | ||
id-token: write | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 2 | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: '3.1.x' | ||
|
||
- name: prepare csharp-dotnet-sdk | ||
run: | | ||
echo 'building' | ||
dotnet build --configuration Release | ||
echo 'packing' | ||
dotnet pack \ | ||
--no-restore \ | ||
--no-build \ | ||
--configuration Release \ | ||
--output . | ||
- uses: cycjimmy/[email protected] | ||
with: | ||
semantic_version: 18 | ||
extra_plugins: | | ||
@semantic-release/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Publish package distributions to NuGet | ||
run: | | ||
dotnet nuget push \ | ||
AffixApi.${{ github.ref_name }}.nopkg \ | ||
-s https://nuget.pkg.github.com/affixapi/csharp-dotnet-sdk/index.json \ | ||
-k ${{ secrets.NUGET_AUTH_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Org.OpenAPITools.Model.AddressNoNonNullRequest | ||
# AffixApi.Api.Model.AddressNoNonNullRequest | ||
|
||
## Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Org.OpenAPITools.Model.AddressResponse | ||
# AffixApi.Api.Model.AddressResponse | ||
|
||
## Properties | ||
|
||
|
Oops, something went wrong.