Skip to content

Commit bc5de5f

Browse files
authored
hotfix: added release dir .env variable for NPM publish stage (#229)
1 parent 94733e4 commit bc5de5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
API_DOWNLOAD_SOLID: ${{ secrets.API_DOWNLOAD_SOLID }}
2525
API_DOWNLOAD_THINLINE: ${{ secrets.API_DOWNLOAD_THINLINE }}
2626
API_DOWNLOAD_MONOCHROME: ${{ secrets.API_DOWNLOAD_MONOCHROME }}
27+
RELEASE_DIR: 'release'
2728
- name: Publish to CDN
2829
uses: jakejarvis/s3-sync-action@master
2930
with:

0 commit comments

Comments
 (0)