We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3cc7a commit da384a9Copy full SHA for da384a9
.github/workflows/release.yml
@@ -6,21 +6,8 @@ on:
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
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 }}
20
create-github-release:
21
name: Create GitHub Release
22
- needs:
23
- - update-homebrew-tap
24
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
25
steps:
26
- name: Check Out Code
0 commit comments