Skip to content

Nightly behaves slightly differently #5

@skjnldsv

Description

@skjnldsv
        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
Capture d’écran_2020-11-17_08-15-30

cc @nickvergessen for confirmation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions