Updates distribution versions in Bigquery.
Required The distribution to set the version for.
- No Default
- Must be either 'oss' or 'enterprise'
Required The version to set
- No default
- Must adhere to semver format (will be parsed by action, and errored if in wrong format)
Since we're assuming access to BigQuery, you should apply google-github-action/auth first. Use a token with write access to metrics project - version dataset - version_metadata table
uses: Unleash/update-version-action
with:
distribution: enterprise
version: ${{ github.release.name }}