diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index c6c18963..ece48823 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -957,7 +957,7 @@ jobs: if: steps.check_certs.outputs.has_certs == 'true' && steps.check_asc_creds.outputs.has_credentials == 'true' uses: ruby/setup-ruby@v1 with: - ruby-version: "3.2" + ruby-version: "3.3" bundler-cache: false - name: Install Fastlane diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0ec6749..8df10dda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -386,8 +386,10 @@ jobs: git config user.name "LukeGus" git config user.email "bugattiguy527@gmail.com" - git pull --rebase origin main 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 push origin HEAD:main