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
|
||||
|
||||
steps:
|
||||
|
||||
- name: Create and change to branch release
|
||||
run: git checkout -b release
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
run: git checkout -b release
|
||||
|
|
|
|||
Loading…
Reference in New Issue