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 948a1c3 commit e41f9c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
icons/cci/src/**/*
icons/cci/svg/**/*
- run: npm publish
- run: npm publish --access public
working-directory: icons/cci
continue-on-error: true
env:
Expand All @@ -57,10 +57,6 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@jaywcjlove'

- run: npm install
- run: npm run build
- run: npm install

- uses: actions/download-artifact@v3
with:
name: cci-artifact
Expand Down

0 comments on commit e41f9c5

Please sign in to comment.