Skip to content

Commit

Permalink
maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Sep 29, 2024
1 parent 146c892 commit f3b66c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
get-commit-hash:
runs-on: ubuntu-latest
outputs:
commit_hash: ${{ steps.get-commit-hash.outputs.commit_hash }}
commit_hash: ${{ steps.get_commit_hash.outputs.COMMIT_HASH }}
steps:
- name: Get latest commit hash
id: commit_hash
id: get_commit_hash
run: |
commit_hash=${GITHUB_SHA::7}
echo "Latest commit hash is $commit_hash"
echo "::set-output name=commit_hash::$commit_hash"
echo "::set-output name=COMMIT_HASH::$commit_hash"
Mobile:
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit f3b66c1

Please sign in to comment.