Skip to content

Commit

Permalink
chore: update .github/workflows/cci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 27, 2023
1 parent e41f9c5 commit 270939c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
working-directory: icons/cci
run: npm run build

- run: npm publish --access public
working-directory: icons/cci
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: upload artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -35,12 +41,6 @@ jobs:
icons/cci/lib/**/*
icons/cci/src/**/*
icons/cci/svg/**/*
- run: npm publish --access public
working-directory: icons/cci
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
github-package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 270939c

Please sign in to comment.