Skip to content

Commit

Permalink
Merge pull request #2486 from get10101/fix/invalid-command
Browse files Browse the repository at this point in the history
fix: use correct command for release name
  • Loading branch information
bonomat authored Apr 26, 2024
2 parents 9de0e54 + 101745e commit 86f3334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Compute the release tag for continues ci build
if: ${{ inputs.tag == 'main' }}
run: |
echo "release_name=v`date_'+%Y-%m-%d %H:%M:%S'`" >> $GITHUB_ENV
echo "release_name=v`date '+%Y-%m-%d %H:%M:%S'`" >> $GITHUB_ENV
release_tag=$(git describe --tags)
echo "release_tag=$release_tag" >> $GITHUB_ENV
Expand Down

0 comments on commit 86f3334

Please sign in to comment.