mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: publish release to gitee
This commit is contained in:
8
.github/workflows/release-image.yml
vendored
8
.github/workflows/release-image.yml
vendored
@@ -139,4 +139,12 @@ jobs:
|
||||
export ATOMGIT_TOKEN=${{ secrets.ATOMGIT_TOKEN }}
|
||||
pnpm install
|
||||
npm run publish_to_atomgit
|
||||
working-directory: ./
|
||||
|
||||
- name: publish_to_gitee
|
||||
id: publish_to_gitee
|
||||
run: |
|
||||
export GITEE_TOKEN=${{ secrets.GITEE_TOKEN }}
|
||||
pnpm install
|
||||
npm run publish_to_gitee
|
||||
working-directory: ./
|
||||
Reference in New Issue
Block a user