fix remote repo pushing
Some checks failed
/ push-to-remote (push) Has been cancelled

This commit is contained in:
2024-09-18 17:04:21 +02:00
parent 205ec37764
commit 34b64e6beb
2 changed files with 28 additions and 13 deletions

View File

@@ -30,10 +30,10 @@ jobs:
REF_NAME: ${{ github.ref_name }}
run:
# remove the 'v' prefix from the tag name
echo "VERSION=${REF_NAME//v}" >> $GITHUB_ENV
echo "VERSION=${REF_NAME//v}" >> $GITHUB_OUTPUT
- name: Run fastlane lane
run: bundle exec fastlane deploy
working-directory: android
env:
VERSION_NAME: ${{outputs.version.VERSION}}
VERSION_NAME: ${{ steps.version.VERSION }}