chore(homebrew): add bottle do section placeholder (#4525)

This commit is contained in:
David Lane
2025-12-23 08:31:43 -05:00
committed by GitHub
parent d3d26f344c
commit 1fa7457eab
6 changed files with 17 additions and 8 deletions
+3 -3
View File
@@ -43,7 +43,7 @@ jobs:
- name: Release Setup
id: release-setup
uses: LizardByte/actions/actions/release_setup@v2025.1220.21713
uses: LizardByte/actions/actions/release_setup@4586d7925d5781050fec9819bd497106a7ae2ba3 # v2025.1221.31807
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -259,7 +259,7 @@ jobs:
run: ls -l artifacts
- name: Create/Update GitHub Release
uses: LizardByte/actions/actions/release_create@v2025.1220.21713
uses: LizardByte/actions/actions/release_create@4586d7925d5781050fec9819bd497106a7ae2ba3 # v2025.1221.31807
with:
allowUpdates: false
body: ${{ needs.release-setup.outputs.release_body }}
@@ -288,7 +288,7 @@ jobs:
path: homebrew
- name: Upload Homebrew Beta Formula
uses: LizardByte/actions/actions/release_homebrew@v2025.1220.21713
uses: LizardByte/actions/actions/release_homebrew@4586d7925d5781050fec9819bd497106a7ae2ba3 # v2025.1221.31807
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}