We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d846198 commit 6eb50cbCopy full SHA for 6eb50cb
.github/workflows/desktop.yml
@@ -48,7 +48,7 @@ jobs:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
with:
50
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
51
- releaseName: "Win11inReact v__VERSION__"
+ releaseName: "androidInReact v__VERSION__"
52
releaseBody: ${{ github.event.issue.body }}
53
releaseDraft: false
54
prerelease: false
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
0 commit comments