Skip to content

Commit b7e5a9d

Browse files
authored
chore: update docs for updating action v1
1 parent 52e2c94 commit b7e5a9d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,8 @@ $ npm test
114114

115115
Actions are run from GitHub repos so we will checkin the packed dist folder.
116116

117-
Then run [ncc](https://github.com/zeit/ncc) and push the results:
118-
119-
```bash
120-
$ npm run all
121-
$ git add dist
122-
$ git commit -a -m "Update dependencies"
123-
$ git tag -f v1
124-
$ git push -f --tags
125-
```
126-
127-
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.
117+
1. Create a new GitHub release
118+
2. Rebase `v1` branch on `main`
128119

129120
Your action is now published! :rocket:
130121

0 commit comments

Comments
 (0)