File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,11 @@ jobs:
100
100
101
101
# Commit the JSON for the MATLAB releases badge and ToolboxPackaging.prj
102
102
- name : commit changed files
103
- if : always()
104
- continue-on-error : true
105
103
run : |
106
104
git config user.name "${{ github.workflow }} by ${{ github.actor }}"
107
105
git config user.email "<>"
108
106
git commit report/badge/tested_with.json -m "Final checkins for release ${{ github.ref_name }}"
107
+ git commit ToolboxPackaging.prj -m "Final checkins for release ${{ github.ref_name }}"
109
108
git fetch
110
109
git push
111
110
@@ -118,7 +117,7 @@ jobs:
118
117
git config user.email "<>"
119
118
git tag -d "${{ github.ref_name }}"
120
119
git push --delete origin ${{ github.ref_name }}
121
- git tag -a -s - m "Release ${{ github.ref_name }}" ${{ github.ref_name }}
120
+ git tag -m "Release ${{ github.ref_name }}" ${{ github.ref_name }}
122
121
git push --tag
123
122
124
123
# Create the release
You can’t perform that action at this time.
0 commit comments