Skip to content

Commit cd2f110

Browse files
authored
commit ToolboxPackaging.prj and fix tag
1 parent d02cb97 commit cd2f110

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@ jobs:
100100

101101
# Commit the JSON for the MATLAB releases badge and ToolboxPackaging.prj
102102
- name: commit changed files
103-
if: always()
104-
continue-on-error: true
105103
run: |
106104
git config user.name "${{ github.workflow }} by ${{ github.actor }}"
107105
git config user.email "<>"
108106
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 }}"
109108
git fetch
110109
git push
111110
@@ -118,7 +117,7 @@ jobs:
118117
git config user.email "<>"
119118
git tag -d "${{ github.ref_name }}"
120119
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 }}
122121
git push --tag
123122
124123
# Create the release

0 commit comments

Comments
 (0)