Skip to content

Commit a5f5f5e

Browse files
authored
Merge pull request #25 from dnnsoftware/release/10.3.1
Released v10.3.1
2 parents c8dd6a9 + ebe5e3b commit a5f5f5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
artifacts: Resources/*.zip
2727
body: Dnn ${{ github.event.repository.name }} version ${{ steps.version.outputs.versionString }}
28+
draft: true
29+
immutableCreate: true
2830
tag: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
2931
# The Github token.
3032
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)