Skip to content

Commit

Permalink
fix: Publish Solid Style PRO
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmangukiya committed Aug 12, 2020
1 parent e595a5d commit 8c5d966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
with:
node-version: 10.16.3
- name: Download & Build Icons
run: npm ci --progress=false && npm run monochrome:build
run: npm ci --progress=false && npm run line:build && npm run solid:build && npm run monochrome:build
env:
CI_COMMIT_REF_NAME: ${{ steps.extract_version.outputs.VERSION }}
API_DOWNLOAD_LINE: ${{ secrets.API_DOWNLOAD_LINE }}
API_DOWNLOAD_SOLID: ${{ secrets.API_DOWNLOAD_SOLID_PRO }}
API_DOWNLOAD_MONOCHROME: ${{ secrets.API_DOWNLOAD_MONOCHROME_PRO }}
RELEASE_DIR: "release-pro"
- name: Publish to CDN
Expand Down

0 comments on commit 8c5d966

Please sign in to comment.