Skip to content

Commit

Permalink
ci: fix ci (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <ahmed.moussa@iohk.io>
  • Loading branch information
hamada147 committed Jan 19, 2024
1 parent 5b22ba0 commit d8778ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action/composite@v2
with:
files: "${{ github.workspace }}/atala-prism-sdk/build/test-results/testReleaseUnitTest/TEST-*.xml"
files: "${{ github.workspace }}/didpeer/build/test-results/testReleaseUnitTest/TEST-*.xml"
comment_title: "Unit Test Results"
check_name: "Unit Test Results"
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ plugins:
markdownReleaseNotes: true,
onSuccessTemplate:
{text: "A new version of `$package_name` successfully released!\n
Version: `v${nextRelease.version}`\n
Tag: $repo_url/releases/tag/v${nextRelease.version}n
Version: `v$npm_package_version`\n
Tag: $repo_url/releases/tag/v$npm_package_version \n
\n
Release notes:\n
$release_notes"},
Expand Down

0 comments on commit d8778ab

Please sign in to comment.