Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcheng committed Oct 30, 2023
1 parent 7a486c1 commit 85e4d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
registry-url: https://registry.npmjs.org/
- run: yarn set version stable
- run: yarn config set npmAuthToken ${{secrets.NPM_TOKEN}}
- run: yarn
- run: yarn workspace connect-miniprogram run build
- run: yarn workspace example-mina test-build-result
- run: yarn set version stable
- run: yarn workspace connect-miniprogram npm publish

0 comments on commit 85e4d5a

Please sign in to comment.