Skip to content

Commit 5631edd

Browse files
authored
chore: update publish.yml to improve job names (#318)
# GENERATE BY https://aicommit.app
1 parent bcb47b3 commit 5631edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repository: ${{ github.repository }}
1616
excludes: prerelease, draft
1717
token: ${{ secrets.GITHUB_TOKEN }}
18-
- name: test
18+
- name: Print Latest Release
1919
run: echo ${{ steps.fetchLatestRelease.outputs.release }}
2020
- name: Prepare Release Artifact
2121
uses: dsaltares/fetch-gh-release-asset@master
@@ -25,7 +25,7 @@ jobs:
2525
uses: dsaltares/fetch-gh-release-asset@master
2626
with:
2727
file: 'mapping.txt'
28-
- name: test
28+
- name: List files
2929
run: ls -l
3030
- name: Upload Android Release to Play Store
3131
uses: r0adkll/upload-google-play@v1.1.3

0 commit comments

Comments
 (0)