Skip to content
upload-cloud

GitHub Action

Cider Action

v0.1.2 Latest version

Cider Action

upload-cloud

Cider Action

Github Action for Cider, the App Store submission tool for Apple apps

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Cider Action

uses: cidertool/[email protected]

Learn more about this action in cidertool/cider-action

Choose a version

Cider Action

A Github Action for Cider, the App Store submission tool for Apple apps


Release GitHub Marketplace test codecov

This action makes it easy to use Cider in your Github Actions workflows.

Usage

- uses: actions/checkout@v2
- uses: cidertool/cider-action@v0
  with:
      # Version of Cider to use. For example, 'v0.0.2'
      # Default: latest
      version: 'latest'
      # Arguments to pass to Cider. See the Command Reference for guidance on what's supported. This field is required because otherwise Cider won't do anything of consequence.
      #
      # https://cidertool.github.io/cider/commands/
      args: ''
      # Workdir is the current directory to run Cider from, relative to the repository root.
      # Default: '.'
      workdir: '.'
  env:
      # The auto-generated GitHub token is required in order to download release assets from the GitHub API.
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Run this in any context you see fit to use Cider to update app metadata or submit new versions of your apps to the App Store.

Contributing

Contributions are always welcome. If you want to get involved or you just want to offer feedback, please see CONTRIBUTING.md for details.

License

This library is licensed under the MIT License