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 6e4b03e commit e41d6e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:

- name: Publish 🚀
shell: bash
run: pnpm publish --filter packages/* --access public --no-git-checks
run: pnpm publish --filter ./packages/* --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Empty file removed packages/test/index.js
Empty file.
11 changes: 0 additions & 11 deletions packages/test/package.json

This file was deleted.

0 comments on commit e41d6e6

Please sign in to comment.