Skip to content

Commit

Permalink
release action: only execute the body extraction on successful merge (#…
Browse files Browse the repository at this point in the history
…351)

* fix publish process

* extract correct changelog output

* update to 3.8.0

* try to get changes from commit message

* only exec on merge
  • Loading branch information
foxriver76 authored Jul 23, 2024
1 parent 7a5414e commit ed9d223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
npm publish
- name: Extract the version and commit body from the tag
if: steps.automerge.outputs.mergeResult == 'merged'
id: extract_release
# The body may be multiline, therefore we need to escape some characters
run: |
Expand Down

0 comments on commit ed9d223

Please sign in to comment.