Skip to content

Commit

Permalink
hotfix: added release dir .env variable for NPM publish stage (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
imzedi authored Dec 16, 2024
1 parent 94733e4 commit bc5de5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
API_DOWNLOAD_SOLID: ${{ secrets.API_DOWNLOAD_SOLID }}
API_DOWNLOAD_THINLINE: ${{ secrets.API_DOWNLOAD_THINLINE }}
API_DOWNLOAD_MONOCHROME: ${{ secrets.API_DOWNLOAD_MONOCHROME }}
RELEASE_DIR: 'release'
- name: Publish to CDN
uses: jakejarvis/s3-sync-action@master
with:
Expand Down

0 comments on commit bc5de5f

Please sign in to comment.