Skip to content

Commit

Permalink
test: release package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 1, 2024
1 parent d3ee0dd commit 2862a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:

- name: Publish 🚀
shell: bash
run: pnpm publish packages/{${{ env.filters }}} --access public --no-git-checks
run: pnpm publish --filter=packages/{${{ env.filters }}} --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"gen:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1",
"p": "pnpm publish --filter \"./packages/{test,vite-plugin-msw}\" --access public --no-git-checks"
"test:br": "npx http-server dist --cors --brotli -c-1"
},
"dependencies": {
"@admin-pkg/vite-plugin-msw": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admin-pkg/test",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2862a67

Please sign in to comment.