committed by
Jay Linski
parent
65f24eb8b6
commit
6e10b1f658
@@ -24,7 +24,10 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Publish
|
- 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:
|
env:
|
||||||
# Note: the environment secrets `S3_ACCESS_KEY_ID`
|
# Note: the environment secrets `S3_ACCESS_KEY_ID`
|
||||||
# and `S3_SECRET_ACCESS_KEY` have to be set!
|
# and `S3_SECRET_ACCESS_KEY` have to be set!
|
||||||
|
|||||||
Reference in New Issue
Block a user