-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
env:
app_name: ${{ env.APP_NAME }}
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
nightly: ${{ github.event.release.prerelease }}So if you upload a beta, your release must be named v10.0.0-rc.2 or v10.0.0-beta.1
https://github.com/nextcloud/forms/releases/tag/v2.0.0-beta.4
https://github.com/nextcloud/forms/releases/tag/v2.0.0-rc.1
But they must be published as regular releases on the appstore. They will be detected as beta/rc automatically and sent to the appropriate channels only
It's a bit weird, but 🤷
https://apps.nextcloud.com/apps/spreed/releases?platform=20#20

cc @nickvergessen for confirmation
Metadata
Metadata
Assignees
Labels
No labels