From a3dcb148dde09a59222e30634d8ad03d3d1fb9d1 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 19 Mar 2024 14:35:07 -0400 Subject: [PATCH] updates --- .github/workflows/release-experimental.yml | 2 +- DEVELOPMENT.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-experimental.yml b/.github/workflows/release-experimental.yml index 5e636c792af..b165cd722f2 100644 --- a/.github/workflows/release-experimental.yml +++ b/.github/workflows/release-experimental.yml @@ -56,4 +56,4 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc - name: 🚀 Publish - run: npm run publish + run: pnpm run publish diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index dab87a6d7ba..93116e55178 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -106,12 +106,13 @@ Hotfix releases follow the same process as standard releases above, but the `rel Experimental releases use a [manually-triggered Github Actions workflow](./.github/workflows/release-experimental.yml) and can be built from any existing branch. to build and publish an experimental release: -- Commit your changes to a feature branch +- Commit your changes to a branch - Push the branch to github - Go to the Github Actions UI for the [release-experimental.yml workflow](https://github.com/remix-run/remix/actions/workflows/release-experimental-dispatch.yml) -- Click the `Run Workflow` dropdown -- Type in your feature branch -- Click the `Run Workflow` button +- Click the `Run workflow` dropdown +- Leave the `Use workflow from` dropdown as `main` +- Enter your feature branch in the `branch` input +- Click the `Run workflow` button ### Nightly releases