Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dei79 authored Aug 28, 2022
1 parent 3aaa5f4 commit 0aca0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

- name: Pack Abstraction
run: dotnet pack ./CoreHelpers.WindowsAzure.Storage.Table.Abstraction --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.release_version }} --output .
run: dotnet pack ./CoreHelpers.WindowsAzure.Storage.Table.Abstractions --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.release_version }} --output .

- name: Pack Implementation
run: dotnet pack ./CoreHelpers.WindowsAzure.Storage.Table --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.release_version }} --output .
Expand Down

0 comments on commit 0aca0df

Please sign in to comment.