Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 27, 2023
1 parent 3541ab5 commit d27284e
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- run: npm install
# - run: npm run build:icons

- uses: actions/download-artifact@v3
with:
name: cci-artifact
path: icons/cci/

- name: build icons ad
working-directory: icons/ad
Expand Down Expand Up @@ -1004,10 +1008,6 @@ jobs:
working-directory: icons/ccp
run: npm run build

- name: build icons cci
working-directory: icons/cci
run: npm run build

- name: build icons cg
working-directory: icons/cg
run: npm run build
Expand Down Expand Up @@ -1393,20 +1393,6 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}


- name: "Modify @icongo/cci => @jaywcjlove/icongo-cci"
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: icons/cci/package.json
data: |
{ "name": "@jaywcjlove/icongo-cci" }
- run: npm publish
working-directory: icons/cci
if: success() || failure()
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}


- name: "Modify @icongo/cg => @jaywcjlove/icongo-cg"
uses: jaywcjlove/github-action-package@main
if: success() || failure()
Expand Down

0 comments on commit d27284e

Please sign in to comment.