We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a924bc + e5c4afa commit ebe5e3bCopy full SHA for ebe5e3b
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
artifacts: Resources/*.zip
27
body: Dnn ${{ github.event.repository.name }} version ${{ steps.version.outputs.versionString }}
28
+ draft: true
29
+ immutableCreate: true
30
tag: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
31
# The Github token.
32
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments