Merge pull request #19 from natilou/initial-version
feat: initial version
This commit is contained in:
commit
aeee4af18a
|
|
@ -15,6 +15,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Create and change to branch release
|
||||||
|
run: git checkout -b release
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
run: git checkout -b release
|
run: git checkout -b release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue