mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Merge branch 'master' of https://github.com/garronej/ts_ci
This commit is contained in:
commit
8fd9098f6a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
|
|
@ -52,7 +52,6 @@ jobs:
|
|||
git checkout latest
|
||||
- uses: actions/setup-node@v1
|
||||
- run: npm ci
|
||||
|
||||
- run: npm run enable_short_import_path
|
||||
env:
|
||||
DRY_RUN: "0"
|
||||
|
|
@ -74,7 +73,7 @@ jobs:
|
|||
git config --local user.email "ts_ci@github.com"
|
||||
git config --local user.name "ts_ci"
|
||||
git add -A
|
||||
git commit -am "Enable shorter import path [automatic]"
|
||||
git commit -am "Enable shorter import paths [automatic]"
|
||||
- run: git push origin latest
|
||||
- name: Release body
|
||||
id: id_rb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue