Merge pull request #19 from natilou/initial-version

feat: initial version
This commit is contained in:
Natalí Paura 2023-07-14 14:43:53 -03:00 committed by GitHub
commit aeee4af18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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