Skip to content

Commit

Permalink
ci(publish): fix missing SCOPE env when building
Browse files Browse the repository at this point in the history
  • Loading branch information
laggage authored Jan 19, 2023
1 parent b09668e commit 6bcb109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
run: |
yarn install
- name: Build
run: |
yarn build
- name: Publish
env:
VERSION: ${{ env.VERSION }}
SCOPE: "@cnblogs"
run: |
yarn build
- name: Publish
run: |
echo "VERSION: ${VERSION}, SCOPE: ${SCOPE}"
npm run publish-ci
Expand Down

0 comments on commit 6bcb109

Please sign in to comment.