Skip to content

Commit a0c285f

Browse files
committed
GitHub Actions updated
1 parent 7fa80fa commit a0c285f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-playstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tag and Publish to Play Store
1+
name: Tag ${{ github.event.inputs.tagName }} and Publish to Play Store
22

33
on:
44
workflow_dispatch:
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.GH_ACCESS_TOKEN }}
3333
fetch-depth: 0 # makes the entire history available (needed to obtain latest tag)
3434

35-
- name: Tag commit
35+
- name: Tag commit with ${{ github.event.inputs.tagName }}
3636
run: |
3737
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
3838
git config --local user.name "${{ github.actor }}"

0 commit comments

Comments
 (0)