File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,12 @@ jobs:
122
122
artifacts : artifacts/*/*
123
123
body : |
124
124
> [!WARNING]
125
- > This is an automatically generated in-development pre-release version of the application, that includes the latest master branch changes.
125
+ > [!WARNING]
126
+ > This is an automatically generated pre-release version of the module, which includes the latest master branch changes.
126
127
> Please report any bugs you find to the issue tracker.
127
128
128
- - Last build date : `${{ steps.vars.outputs.date_now }}`
129
- - Reference commit : ${{ github.sha }}
129
+ - Build Date : `${{ steps.vars.outputs.date_now }}`
130
+ - Commit : ${{ github.sha }}
130
131
name : Development build
131
132
prerelease : true
132
133
removeArtifacts : true
You can’t perform that action at this time.
0 commit comments