Skip to content

Commit

Permalink
D196: Change pandoc out path (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro727 authored Dec 6, 2022
1 parent 9edae57 commit 63011e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ jobs:
- name: Generate release notes
uses: docker://pandoc/core:2.9
with:
args: --output=dist/release_notes.md doc/source/api/release_notes.rst
args: --output=release_notes.md doc/source/api/release_notes.rst

- name: Publish release
uses: softprops/action-gh-release@v1
with:
body_path: dist/release_notes.md
body_path: release_notes.md
files: ./**/pyedb.zip
token: ${{ secrets.PYANSYS_PYEDB_BOT_TOKEN }}
prerelease: true
Expand All @@ -185,7 +185,7 @@ jobs:
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}
overwrite: "{
title: `New release has been published!`,
title: `New release has been published at https://github.com/pyansys/pyedb/releases`,
}"

- name: Notify Failure
Expand Down

0 comments on commit 63011e6

Please sign in to comment.