Skip to content

Commit

Permalink
remove release body text parameter
Browse files Browse the repository at this point in the history
target repository name instead of static repository
  • Loading branch information
doebrowsk authored Oct 23, 2024
1 parent 3eb08ab commit 878c06e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: success() && env.CREATE_RELEASE == 'True'
with:
body_path: ${{ env.outputDir }}
repository: keyfactor/test-orch-mh
repository: ${{ github.repository }}
files: |
${{ env.outputDir }}\\test-orch-mh_net6.0.zip
${{ env.outputDir }}\\test-orch-mh_net8.0.zip
Expand Down

0 comments on commit 878c06e

Please sign in to comment.