Skip to content

Commit

Permalink
chore: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nieyuyao committed Apr 10, 2024
1 parent f9ef144 commit 4a42cea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
push:
branches:
- main
- tags
tags:
- 'v*'
pull_request:
branches: ['main']

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-webp",
"version": "0.0.1-beta.2",
"version": "0.0.1",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
echo -e "registry=https://registry.npmjs.org/\n_authToken=$NPM_AUTH_TOKEN" > .npmrc

npm publish --tag beta
npm publish

0 comments on commit 4a42cea

Please sign in to comment.