File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,12 @@ jobs:
173173 - name : Commit post release updates
174174 # IF Publishing & Stable release
175175 if : ${{ env.STRAVAIG_PUBLISH_TO_NUGET == 'true' && env.STRAVAIG_IS_STABLE == 'true' }}
176- uses : EndBug/add-and-commit@v5
176+ uses : EndBug/add-and-commit@v9
177177 with :
178178 add : ./contributors.md ./release-notes/** ./version.txt
179179 author_name : StravaigBot
180180181181 message : " [bot] Post v${{ env.STRAVAIG_PACKAGE_FULL_VERSION }} release updates & bump version."
182+ push : true
182183 env :
183184 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Date: ???
1010
1111### Miscellaneous
1212
13+ #164 : Update pipeline.
14+
1315### Dependencies
1416
1517- All targets:
You can’t perform that action at this time.
0 commit comments