Skip to content

Commit

Permalink
chore: update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed Sep 4, 2023
1 parent 16eddd2 commit a826114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths:
- 'packages/*/package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/publish.yml'

jobs:
replace-package-json-and-publish:
Expand All @@ -36,4 +37,4 @@ jobs:
run: |
./emit-log.sh
env:
DING_TOKEN: ${{secrets.DING_TOKEN}}
DING_TOKEN: ${{secrets.DING_TALK_ACCESS_TOKEN}}

1 comment on commit a826114

@vercel
Copy link

@vercel vercel bot commented on a826114 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.