Skip to content

Commit b06f919

Browse files
committed
Fix typo in release-milestone.yml
Closes gh-45287
1 parent 611240c commit b06f919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-and-stage-release:
1111
name: Build and Stage Release
1212
if: ${{ github.repository == 'spring-projects/spring-boot' }}
13-
runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }}
13+
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1414
steps:
1515
- name: Check Out Code
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)