Skip to content

Commit

Permalink
Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Diaz committed Feb 19, 2023
1 parent 51768ab commit 3466cdf
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 @@ -28,7 +28,7 @@ jobs:
- name: Decode android/key.properties
run: echo "${{ secrets.KEY_PROPERTIES_PROD }}" | base64 --decode > android/app/key.properties

- uses: olegtarasov/get-tag@v2 # that generate $GIT_TAG_NAME env
- uses: olegtarasov/get-tag@v2.1 # that generate $GIT_TAG_NAME env
id: tagName
with:
tagRegexGroup: 1 # Optional. Default is 1.
Expand Down

0 comments on commit 3466cdf

Please sign in to comment.