Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 29, 2024
1 parent 075ee49 commit 971f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
id: commit_sha
run: |
echo $(git submodule status ./modules/apps/mobile)
echo "::set-output name=sha::$(git submodule status ./modules/apps/mobile | awk '{print $1}' | cut -c 2-7)"
echo "::set-output name=sha::$(git submodule status ./modules/apps/mobile | awk '{print $1}' | cut -c 1-7)"
- name: Build App
run: |
Expand Down

0 comments on commit 971f990

Please sign in to comment.