Skip to content

Commit 6eb50cb

Browse files
authored
Update desktop.yml
1 parent d846198 commit 6eb50cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
with:
5050
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
51-
releaseName: "Win11inReact v__VERSION__"
51+
releaseName: "androidInReact v__VERSION__"
5252
releaseBody: ${{ github.event.issue.body }}
5353
releaseDraft: false
5454
prerelease: false
@@ -87,7 +87,7 @@ jobs:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
with:
8989
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
90-
releaseName: "Win11inReact v__VERSION__"
90+
releaseName: "androidInReact v__VERSION__"
9191
releaseBody: ${{ github.event.issue.body }}
9292
releaseDraft: false
9393

0 commit comments

Comments
 (0)