Skip to content

Commit 7ca2713

Browse files
committed
Fix typo
1 parent 70e0744 commit 7ca2713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-stage-release:
1010
name: Build and Stage Release
1111
if: ${{ github.repository == 'spring-projects/spring-boot' || github.repository == 'spring-projects/spring-boot-commercial' }}
12-
runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }}
12+
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1313
steps:
1414
- name: Check Out Code
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)