We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdec44 commit 29f357fCopy full SHA for 29f357f
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ncipollo/release-action@v1.6.1
25
with:
26
artifacts: Resources/*.zip
27
- body: Dnn Language pack
+ body: Dnn ${{ github.event.repository.name }} version ${{ steps.version.outputs.versionString }}
28
tag: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
29
# The Github token.
30
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments