Skip to content

Commit

Permalink
>>>>
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal committed Mar 17, 2024
1 parent 8273e86 commit 84d3c9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
steps:
- uses: actions/checkout@v4
with: { submodules: true }
- run: |
set -e
gh release view --json body --jq .body "${{ github.sha }}" > autogen-notes.md
sed -i -e "s|${{ github.sha }}|${{ github.ref_name }}|g" -- autogen-notes.md
gh release view --json body --jq .body "${{ github.ref_name }}" > autogen-notes.md
echo "#Foo" >> notes.md
echo >> notes.md
echo "**bar** _baz_" >> notes.md
Expand Down

0 comments on commit 84d3c9c

Please sign in to comment.