We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d65fdd commit 9a13024Copy full SHA for 9a13024
.github/workflows/continuousDeployment.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
- name: Release $${{ github.ref }}
+ name: Careot release $${{ github.ref_name }}
37
files: |
38
build/app/outputs/apk/release/*.apk
39
0 commit comments