Skip to content

Commit 78caf25

Browse files
committed
fixed publish package action name
1 parent 0c01716 commit 78caf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
dotnet-version: ${{ env.dotnet-sdk-version }}
207207

208208
- name: 'Publish package to Azure Artifact feed'
209-
uses: ./.github/actions/nuget/publish-nuget-package
209+
uses: ./.github/actions/nuget/publish-package
210210
with:
211211
package-artifact-name: ${{ env.package-artifact-name }}
212212
nuget-feed-url: ${{ vars.NUGET_PACKAGE_FEED_URL }}

0 commit comments

Comments
 (0)