chore: automated release updates

This commit is contained in:
LukeGus
2026-06-16 16:58:52 -05:00
parent e2db514173
commit 27d613e50c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -957,7 +957,7 @@ jobs:
if: steps.check_certs.outputs.has_certs == 'true' && steps.check_asc_creds.outputs.has_credentials == 'true' if: steps.check_certs.outputs.has_certs == 'true' && steps.check_asc_creds.outputs.has_credentials == 'true'
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: "3.2" ruby-version: "3.3"
bundler-cache: false bundler-cache: false
- name: Install Fastlane - name: Install Fastlane
+3 -1
View File
@@ -386,8 +386,10 @@ jobs:
git config user.name "LukeGus" git config user.name "LukeGus"
git config user.email "bugattiguy527@gmail.com" git config user.email "bugattiguy527@gmail.com"
git pull --rebase origin main
git add Casks/termix.rb git add Casks/termix.rb
git stash
git pull --rebase origin main
git stash pop
git commit -m "chore: bump Homebrew cask to $VERSION" git commit -m "chore: bump Homebrew cask to $VERSION"
git push origin HEAD:main git push origin HEAD:main