Skip to content

Commit

Permalink
fix workflow version number issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shukebeta committed May 24, 2024
1 parent 3f126f1 commit 93f3088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Extract version information
run: |
echo "VERSION=$GITHUB_REF" >> $GITHUB_ENV
echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_ENV
- name: Create key.properties
run: |
Expand Down

0 comments on commit 93f3088

Please sign in to comment.