Skip to content

Commit 4cdec44

Browse files
authored
Update release.yml
1 parent 66519ea commit 4cdec44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Zip Release
1919
run: cd Resources && zip -r $FILENAME.zip *
2020
env:
21-
FILENAME: ${{ github.event.repository.name }}_${{ steps.version.outputs.versionString }}
21+
FILENAME: Dnn_Platform_${{ github.event.repository.name }}_${{ steps.version.outputs.versionString }}
2222

2323
- name: Create Release
2424
uses: ncipollo/release-action@v1.6.1
2525
with:
2626
artifacts: Resources/*.zip
2727
body: Dnn Language pack
28-
tag: ${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
28+
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)