We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa80fa commit a0c285fCopy full SHA for a0c285f
1 file changed
.github/workflows/publish-playstore.yml
@@ -1,4 +1,4 @@
1
-name: Tag and Publish to Play Store
+name: Tag ${{ github.event.inputs.tagName }} and Publish to Play Store
2
3
on:
4
workflow_dispatch:
@@ -32,7 +32,7 @@ jobs:
32
token: ${{ secrets.GH_ACCESS_TOKEN }}
33
fetch-depth: 0 # makes the entire history available (needed to obtain latest tag)
34
35
- - name: Tag commit
+ - name: Tag commit with ${{ github.event.inputs.tagName }}
36
run: |
37
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
38
git config --local user.name "${{ github.actor }}"
0 commit comments