Skip to content

Commit

Permalink
Update ejson packages in prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Aug 14, 2024
1 parent 553f117 commit 08e7ad5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: Use this to provide a version, instead of deriving it from the changelog.
required: false
type: string
ejson-version:
description: Use this to provide a version for the ejson packages, instead of deriving it from the changelog.
required: false
type: string
env:
REALM_CI: true

Expand All @@ -30,6 +34,10 @@ jobs:
- name: Setup Runner
uses: ./.github/actions/setup-runner

- name: Update ejson pubspec.yaml files
run: EJSON_VERSION=${{ inputs.ejson-version }} melos run update:version:ejson
if: inputs.ejson-version != ''

- name: Update pubspec.yaml files
run: REALM_VERSION=${{ steps.update-changelog.outputs.new-version }} melos run update:version:realm

Expand Down

0 comments on commit 08e7ad5

Please sign in to comment.