Skip to content

Commit

Permalink
[skip ci] Update ruby step for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jul 7, 2024
1 parent 4f828d5 commit 3055362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ jobs:
ssh-key: ${{ secrets.RELEASE_SSH_KEY }}
- name: Set up Ruby
uses: ruby/[email protected]
with:
bundler-cache: true
- name: Set up Java
uses: actions/[email protected]
with:
distribution: "zulu"
java-version: "17"
- name: Setup build dependencies
env:
BUNDLE_______DEPLOYMENT: "frozen true"
BUNDLE_DEPLOYMENT: "true"
run: make deps
- name: Configure Git user
run: |
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FASTLANE ?= bundle exec fastlane

.PHONY: deps
deps:
bundle install
pip install bumpver==2023.1129

.PHONY: changelog
Expand Down

0 comments on commit 3055362

Please sign in to comment.