Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theetherGit committed Aug 31, 2023
1 parent a15acd9 commit 86c91d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
version: 8.6.1
- run: pnpm install
- run: pnpm package
- run: cd package && ls
- run: pnpm test
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
package: './package'
ignore-scripts: true

0 comments on commit 86c91d1

Please sign in to comment.