Skip to content

Commit da384a9

Browse files
committed
Remove homebrew step for now
1 parent df3cc7a commit da384a9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,8 @@ on:
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:
9-
update-homebrew-tap:
10-
name: Update Homebrew Tap
11-
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
12-
steps:
13-
- name: Check Out Code
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15-
- name: Update Homebrew Tap
16-
uses: ./.github/actions/update-homebrew-tap
17-
with:
18-
spring-boot-version: '3.3.11'
19-
token: ${{ secrets.SPRING_IO_GH_ACTIONS_REPO_TOKEN }}
209
create-github-release:
2110
name: Create GitHub Release
22-
needs:
23-
- update-homebrew-tap
2411
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
2512
steps:
2613
- name: Check Out Code

0 commit comments

Comments
 (0)