From b7e5a9d3ac2334ec164ffbcb308c708bc2bd5a73 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Mon, 29 Jan 2024 00:12:30 +0800 Subject: [PATCH] chore: update docs for updating action v1 --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e11b02e..65fca25 100644 --- a/README.md +++ b/README.md @@ -114,17 +114,8 @@ $ npm test Actions are run from GitHub repos so we will checkin the packed dist folder. -Then run [ncc](https://github.com/zeit/ncc) and push the results: - -```bash -$ npm run all -$ git add dist -$ git commit -a -m "Update dependencies" -$ git tag -f v1 -$ git push -f --tags -``` - -Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project. +1. Create a new GitHub release +2. Rebase `v1` branch on `main` Your action is now published! :rocket: