Skip to content

Commit 9bd1ea4

Browse files
committed
chore: update publish method
1 parent b95f9a6 commit 9bd1ea4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@ API is backward compatible with Fuzzaldrin and Fuzzaldrin-plus. Additional funct
2323
## How to release the package to npm?
2424

2525
* Bump up version in package.json.
26-
* Create a new release tag in Github, for the bumped version. This should trigger builds in Travis CI, Appveyor and the following binaries will be uploaded to GitHub.
27-
* Install prebuildify-ci to download prebuilt binaries from GitHub releases
26+
* Create a new release tag in Github, for the bumped version. This should trigger builds in GitHub Actions. The binaries will be uploaded to the action's page.
27+
* Manually download the prebuilt binaries from GitHub and publish.
2828
```
29-
npm install -g prebuildify-ci
30-
```
31-
32-
* Download the prebuilt binaries from GitHub and publish.
33-
```
34-
prebuildify-ci download
3529
npm publish
3630
```

0 commit comments

Comments
 (0)