Skip to content

Commit

Permalink
chore: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Apr 17, 2023
1 parent 3d31c5b commit 1530ee9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Publish npm packages
run: |
npm publish --workspaces --access public
npm publish --workspaces --access public --tag beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/keep-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/swc-plugin-keep-export",
"version": "0.1.4",
"version": "0.1.4-beta.0",
"license": "MIT",
"keywords": ["swc-plugin"],
"main": "swc_plugin_keep_export.wasm",
Expand Down
2 changes: 1 addition & 1 deletion packages/keep-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/swc-plugin-keep-platform",
"version": "0.1.2",
"version": "0.1.2-beta.0",
"license": "MIT",
"keywords": ["swc-plugin"],
"main": "swc_plugin_keep_platform.wasm",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/swc-plugin-node-transform",
"version": "0.1.0",
"version": "0.1.0-beta.0",
"license": "MIT",
"keywords": ["swc-plugin"],
"main": "swc_plugin_node_transform.wasm",
Expand Down
2 changes: 1 addition & 1 deletion packages/remove-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/swc-plugin-remove-export",
"version": "0.1.2",
"version": "0.1.2-beta.0",
"license": "MIT",
"keywords": ["swc-plugin"],
"main": "swc_plugin_remove_export.wasm",
Expand Down

0 comments on commit 1530ee9

Please sign in to comment.