Skip to content

Commit 1fa3130

Browse files
authored
Update to latest release of GitReleaseManager
1 parent 5a48a80 commit 1fa3130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install GitReleaseManager
2525
uses: gittools/actions/gitreleasemanager/[email protected]
2626
with:
27-
versionSpec: '0.11.x'
27+
versionSpec: '0.15.x'
2828

2929
- name: Use GitVersion
3030
id: gitversion

.github/workflows/update-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{ github.event.action == 'opened' }}
3434
uses: gittools/actions/gitreleasemanager/[email protected]
3535
with:
36-
versionSpec: '0.11.x'
36+
versionSpec: '0.15.x'
3737

3838
- name: Use GitVersion
3939
if: ${{ github.event.action == 'opened' }}

0 commit comments

Comments
 (0)