Skip to content

Commit 1f91bad

Browse files
#164: Update pipeline
1 parent d4fec92 commit 1f91bad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
180180
author_email: [email protected]
181181
message: "[bot] Post v${{ env.STRAVAIG_PACKAGE_FULL_VERSION }} release updates & bump version."
182+
push: true
182183
env:
183184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-notes/wip-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Date: ???
1010

1111
### Miscellaneous
1212

13+
#164: Update pipeline.
14+
1315
### Dependencies
1416

1517
- All targets:

0 commit comments

Comments
 (0)