Skip to content

Commit

Permalink
chore(gha): add to release body - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Motevasselani committed Jun 9, 2023
1 parent 2c69156 commit 23a844e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
echo ::set-output name=PROJECT_KEBAB::$(basename `pwd` | sed 's/\([a-z0-9]\)\([A-Z]\)/\1_\L\2/g')
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
echo ::set-output name=REPO::${GITHUB_REPOSITORY}
echo ::set-output name=CONTENTS::$(ls ./build/distributions)
- name: create release
id: create_release
Expand All @@ -61,7 +62,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: $(ls ./build/distributions)
body: ${{ steps.get_project_info.outputs.CONTENTS }}
draft: false
prerelease: false

Expand Down

0 comments on commit 23a844e

Please sign in to comment.