Skip to content

Commit 674f23b

Browse files
committed
Fix release workflow?
1 parent 8411c43 commit 674f23b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jobs:
2929
env:
3030
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3131
run: |
32-
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.${{ steps.package_release.outputs.version }}.nupkg
32+
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.AuthorizationHeader.${{ steps.package_release.outputs.version }}.nupkg
33+
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.AzureAd.${{ steps.package_release.outputs.version }}.nupkg
34+
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.AzureAppServiceManagedIdentity.${{ steps.package_release.outputs.version }}.nupkg
35+
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.Basic.${{ steps.package_release.outputs.version }}.nupkg
36+
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.CustomHeader.${{ steps.package_release.outputs.version }}.nupkg
37+
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY" *.QueryStringParameter.${{ steps.package_release.outputs.version }}.nupkg
3338
3439
- name: Create github release
3540
id: create_release

semver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.7

0 commit comments

Comments
 (0)