This commit is contained in:
Joseph Garrone 2020-05-15 22:51:31 +02:00
parent 7ca6a7bc03
commit f405b1cc58
11 changed files with 195 additions and 85 deletions

View file

@ -68,7 +68,7 @@ jobs:
git config --local user.email "ts_ci@github.com"
git config --local user.name "ts_ci"
git add -A
git commit -am "Automatic structural changes"
git commit -am "Moving dist files to root for shorter import statements."
- name: Push changes
uses: ad-m/github-push-action@v0.5.0
with:

View file

@ -28,6 +28,7 @@ jobs:
IS_AVAILABLE_ON_NPM: ${{steps.id1.outputs.is_available_on_npm}}
- uses: actions/checkout@v2
- run: mv README.template.md README.md
- name: Replace tokens in README.MD and package.json
uses: cschleiden/replace-tokens@v1
with: