Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #636 from book000/fix/release-body
Browse files Browse the repository at this point in the history
fix: release body message
  • Loading branch information
book000 authored Jan 16, 2022
2 parents 76ade9f + 67b4c7f commit 99cc046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
prerelease: true
body: |
${{ github.event.pull_request.body }}
jaoweb sha: [${{ steps.jaoweb-vars.outputs.SHORT_SHA }}](https://github.com/jaoafa/jaoweb/commit/${{ steps.jaoweb-vars.outputs.SHORT_SHA }})
jaoweb-docs sha: ${{ steps.docs-vars.outputs.SHORT_SHA }}
sha: [${{ steps.jaoweb-vars.outputs.SHORT_SHA }}](https://github.com/jaoafa/MyMaid4/commit/${{ steps.jaoweb-vars.outputs.SHORT_SHA }})
- name: Upload Release Asset
uses: actions/[email protected]
Expand All @@ -75,6 +74,7 @@ jobs:

- name: Released comment
uses: actions/github-script@v4
if: github.event_name == 'pull_request_target'
with:
script: |
github.issues.createComment({
Expand Down

0 comments on commit 99cc046

Please sign in to comment.