Skip to content

Commit 29f357f

Browse files
authored
Update release.yml
1 parent 4cdec44 commit 29f357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ncipollo/release-action@v1.6.1
2525
with:
2626
artifacts: Resources/*.zip
27-
body: Dnn Language pack
27+
body: Dnn ${{ github.event.repository.name }} version ${{ steps.version.outputs.versionString }}
2828
tag: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
2929
# The Github token.
3030
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)