Fix publishing to AWS S3

See #1972
This commit is contained in:
Jakob Linskeseder
2023-07-29 21:14:17 +02:00
committed by Jay Linski
parent 65f24eb8b6
commit 6e10b1f658
+4 -1
View File
@@ -24,7 +24,10 @@ jobs:
run: npm ci
- name: Publish
run: npm run publish:aws
run: |
git config --global user.email "release@handlebarsjs.com"
git config --global user.name "handlebars-lang"
npm run publish:aws
env:
# Note: the environment secrets `S3_ACCESS_KEY_ID`
# and `S3_SECRET_ACCESS_KEY` have to be set!