Skip to content

Commit

Permalink
Test release action #3
Browse files Browse the repository at this point in the history
  • Loading branch information
AozoraDev committed Nov 11, 2023
1 parent b5e03ac commit 85e6395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew generateDexRelease
- name: Get changelogs
id: changelogs
run: echo "::set-output name=content::$(cat ./changelogs/${{ github.ref_name }}.md)"
run: echo "::set-output name=content::$(cat ./changelogs/${{ github.ref_name }}.md | sed ':a;N;$!ba;s/\n/\\n/g')"
- name: Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 85e6395

Please sign in to comment.