mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
chore: automated release updates
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user