Skip to content

Commit

Permalink
Update to latest release of GitReleaseManager
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Sep 20, 2023
1 parent 5a48a80 commit 1fa3130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install GitReleaseManager
uses: gittools/actions/gitreleasemanager/[email protected]
with:
versionSpec: '0.11.x'
versionSpec: '0.15.x'

- name: Use GitVersion
id: gitversion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ github.event.action == 'opened' }}
uses: gittools/actions/gitreleasemanager/[email protected]
with:
versionSpec: '0.11.x'
versionSpec: '0.15.x'

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

0 comments on commit 1fa3130

Please sign in to comment.