Skip to content

Commit

Permalink
fix publish forfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmihaylov committed Jun 29, 2023
1 parent bdecd2e commit 77b52f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test -c Release --no-build --verbosity normal
- name: Package
run: dotnet pack --no-build -c Release -p:PackageVersion=${{ github.event.release.tag_name }} -o . OpenXMLTemplates/OpenXMLTemplates.csproj
- name: Publish
Expand Down

0 comments on commit 77b52f0

Please sign in to comment.