From 84d3c9c859ec661ed1f35ccf3c466782ca1cdacc Mon Sep 17 00:00:00 2001 From: rindeal Date: Sun, 17 Mar 2024 17:16:37 +0000 Subject: [PATCH] >>>> --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b31b61e..e7d4e4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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