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 d27284e commit 1764447
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: npm run build

- run: npm publish --access public
name: 📦 @icongo/cci publish to NPM
working-directory: icons/cci
continue-on-error: true
env:
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:

- run: npm publish
working-directory: icons/cci
name: 📦 @jaywcjlove/icongo-cci publish to NPM
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ jobs:
- run: npm install
# - run: npm run build:icons

- uses: actions/download-artifact@v3
with:
name: cci-artifact
path: icons/cci/
- name: build icons cci
working-directory: icons/cci
run: npm run build






- name: build icons ad
working-directory: icons/ad
run: npm run build
Expand Down

0 comments on commit 1764447

Please sign in to comment.