Skip to content
Snippets Groups Projects
Unverified Commit 35f97092 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

ci:Pass enterprise version to ee-extra build (#44386)

parent ce95331f
Branches
Tags
No related merge requests found
......@@ -555,12 +555,15 @@ jobs:
with:
github-token: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}
script: | # js
const version = '${{ inputs.version }}';
const enterpriseVersion = version.replace(/^v0\./, "v1.");
github.rest.repos.createDispatchEvent({
owner: '${{ github.repository_owner }}',
repo: 'metabase-ee-extra',
event_type: 'update-ee-extra-build',
client_payload: {
version: '${{ inputs.version }}'
version: enterpriseVersion,
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment