Skip to content

Commit

Permalink
TEMP - echo event_name
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Jan 22, 2025
1 parent f50ce84 commit 4170321
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/release-final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
- name: Cache LLM pods
uses: actions/cache@v3
with:
path: |
apps/ledger-live-mobile/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('apps/ledger-live-mobile/ios/Podfile.lock') }}
- name: install dependencies
run: pnpm i -F "ledger-live" -F "{libs/**}..." -F "@ledgerhq/live-cli"
# - name: Cache LLM pods
# uses: actions/cache@v3
# with:
# path: |
# apps/ledger-live-mobile/ios/Pods
# ~/Library/Caches/CocoaPods
# ~/.cocoapods
# key: ${{ runner.os }}-pods-${{ hashFiles('apps/ledger-live-mobile/ios/Podfile.lock') }}
# - name: install dependencies
# run: pnpm i -F "ledger-live" -F "{libs/**}..." -F "@ledgerhq/live-cli"
# - name: build libs
# run: pnpm run build:libs
# - name: authenticate with npm
Expand All @@ -72,6 +72,9 @@ jobs:
# run: pnpm changeset publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
- name: echo event name
run: |
echo "event_name=${{ github.event_name }}"
- name: check if desktop versions are different
if: ${{ github.event_name == 'workflow_call' }}
id: desktop-changed
Expand Down

0 comments on commit 4170321

Please sign in to comment.