Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
e7ab100d
Unverified
Commit
e7ab100d
authored
4 months ago
by
Mahatthana (Kelvin) Nomsawadi
Browse files
Options
Downloads
Patches
Plain Diff
[DEBUG] Disable steps for testing
parent
2bd04904
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/release-embedding-sdk.yml
+14
-12
14 additions, 12 deletions
.github/workflows/release-embedding-sdk.yml
with
14 additions
and
12 deletions
.github/workflows/release-embedding-sdk.yml
+
14
−
12
View file @
e7ab100d
...
...
@@ -237,11 +237,11 @@ jobs:
env
:
GH_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Enable Pull request auto-merge (using GitHub Metabase Automation account)
run
:
|
gh pr merge --auto --squash
env
:
GH_TOKEN
:
${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}
#
- name: Enable Pull request auto-merge (using GitHub Metabase Automation account)
#
run: |
#
gh pr merge --auto --squash
#
env:
#
GH_TOKEN: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}
-
name
:
Retrieve build SDK package artifact
uses
:
actions/download-artifact@v4
...
...
@@ -254,13 +254,14 @@ jobs:
run
:
|
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_RELEASE_TOKEN }} > .npmrc
# Please keep the value in sync with `inputs.branch`'s release branch
npm publish --tag ${{fromJson('{"master": "nightly", "release-x.51.x": "51-stable"}')[inputs.branch]}}
npm publish
--dry-run
--tag ${{fromJson('{"master": "nightly", "release-x.51.x": "51-stable"}')[inputs.branch]}}
-
name
:
Add `latest` tag to the latest release branch (`release-x.51.x`) deployment
if
:
${{ inputs.branch == 'release-x.51.x' }}
working-directory
:
sdk
run
:
|
npm dist-tag add @metabase/embedding-sdk-react@${{ env.sdk_version }} latest
# npm dist-tag add @metabase/embedding-sdk-react@${{ env.sdk_version }} latest
echo set latest tag to @metabase/embedding-sdk-react@${{ env.sdk_version }}
git-tag
:
needs
:
[
publish-npm
,
determine-version
]
...
...
@@ -277,9 +278,10 @@ jobs:
# Lightweight tags don't need committer name and email
-
name
:
Create a new git tag
run
:
|
git tag ${{ env.tag }}
echo ${{ env.tag }}
# git tag ${{ env.tag }}
-
name
:
Push the new tag
id
:
push-tag
run
:
|
git push origin ${{ env.tag }}
#
- name: Push the new tag
#
id: push-tag
#
run: |
#
git push origin ${{ env.tag }}
This diff is collapsed.
Click to expand it.
Nicholas Bentley
@nbentley
mentioned in commit
ac74d3d8
·
4 months ago
mentioned in commit
ac74d3d8
mentioned in commit ac74d3d86059f6aaba98ac1011292559676e7040
Toggle commit list
Nicholas Bentley
@nbentley
mentioned in commit
94b3dbea
·
4 months ago
mentioned in commit
94b3dbea
mentioned in commit 94b3dbea5437471e2e866b5fb6b0f2b8b401f5fe
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment