You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,8 @@ for (const result of results) {
55
55
56
56
## Publishing to NPM
57
57
58
-
Releases are published via the **Release to NPM** GitHub Actions workflow.
58
+
Releases are published automatically by the **Release to NPM** GitHub Actions workflow on every push to `main`. The workflow compares the `version` in `package.json` against the version published on npm and publishes (with the `latest` dist-tag) if they differ.
59
59
60
-
1. Go to **Actions > Release to NPM > Run workflow**.
61
-
2. Enter the version (e.g. `1.1.0`) and pick a dist-tag (`latest`, `next`, or `canary`).
62
-
3. Click **Run workflow**.
60
+
To cut a release, bump `version` in `package.json` and merge to `main`.
63
61
64
62
The workflow requires an `NPM_RELEASE_TOKEN` secret with publish access to the `@metabase` npm org.
0 commit comments