mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
chore: 1
This commit is contained in:
2
.github/workflows/publish-atom.yaml
vendored
2
.github/workflows/publish-atom.yaml
vendored
@@ -49,8 +49,10 @@ jobs:
|
||||
- name: publish_to_atomgit
|
||||
id: publish_to_atomgit
|
||||
run: |
|
||||
rootDir=$(pwd)
|
||||
rm -rf ./packages/ui/certd-client/dist/**/*.gz
|
||||
cd ./packages/ui/certd-client/dist && zip -r ../../../ui.zip .
|
||||
cd $rootDir
|
||||
export ATOMGIT_TOKEN=${{ secrets.ATOMGIT_TOKEN }}
|
||||
pnpm install
|
||||
npm run publish_to_atomgit
|
||||
|
||||
@@ -1 +1 @@
|
||||
7
|
||||
8
|
||||
|
||||
Reference in New Issue
Block a user