Skip to content

Commit

Permalink
👷 remove duplicated publish ci (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored May 25, 2021
1 parent a7c4f13 commit d2168b0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn
- run: yarn ci
- run: yarn publish --tag qiankun1
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn
- run: yarn ci
- run: yarn publish --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn
- run: yarn ci
- run: yarn publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start:vue3": "cd examples/vue3 && yarn start",
"build": "father-build",
"release": "np --no-cleanup --yolo --no-publish",
"prepublishOnly": "yarn lint && yarn test && yarn build",
"prepublishOnly": "yarn ci",
"lint": "yarn lint:js && yarn lint:prettier",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:fix": "yarn lint:js -- --fix",
Expand Down

1 comment on commit d2168b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-9hnjdsbem-umijs.vercel.app

Built with commit d2168b0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.