This commit is contained in:
Joseph Garrone 2020-05-26 18:57:00 +02:00
commit 8fd9098f6a

View file

@ -52,7 +52,6 @@ jobs:
git checkout latest git checkout latest
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
- run: npm ci - run: npm ci
- run: npm run enable_short_import_path - run: npm run enable_short_import_path
env: env:
DRY_RUN: "0" DRY_RUN: "0"
@ -74,7 +73,7 @@ jobs:
git config --local user.email "ts_ci@github.com" git config --local user.email "ts_ci@github.com"
git config --local user.name "ts_ci" git config --local user.name "ts_ci"
git add -A git add -A
git commit -am "Enable shorter import path [automatic]" git commit -am "Enable shorter import paths [automatic]"
- run: git push origin latest - run: git push origin latest
- name: Release body - name: Release body
id: id_rb id: id_rb