Move ci.yaml at root so initialization can trigger

This commit is contained in:
Joseph Garrone 2021-02-26 21:49:18 +01:00
parent 0a6d5d1454
commit b3e6ad10e0
3 changed files with 104 additions and 2 deletions

View file

@ -30,8 +30,10 @@ jobs:
IS_AVAILABLE_ON_NPM: ${{steps.id1.outputs.is_available_on_npm}}
- uses: actions/checkout@v2
- run: mv README.template.md README.md
- run: mv LICENSE.template LICENSE
- run: |
mv README.template.md README.md
mv LICENSE.template LICENSE
mv *.yaml .github/workflows/
- name : String replace
id: id2
uses: garronej/github_actions_toolkit@v1.9